diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ApplicationTypeInfo.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ApplicationTypeInfo.java index c9d3307489ed5..de8758f1fd4c3 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ApplicationTypeInfo.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ApplicationTypeInfo.java @@ -36,9 +36,8 @@ public class ApplicationTypeInfo { private List defaultParameterList; /** - * The status of the application type. - * . Possible values include: 'Invalid', 'Provisioning', 'Available', - * 'Unprovisioning', 'Failed'. + * The status of the application type. Possible values include: 'Invalid', + * 'Provisioning', 'Available', 'Unprovisioning', 'Failed'. */ @JsonProperty(value = "Status") private ApplicationTypeStatus status; @@ -51,9 +50,8 @@ public class ApplicationTypeInfo { private String statusDetails; /** - * The mechanism used to define a Service Fabric application type. - * . Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', - * 'Compose'. + * The mechanism used to define a Service Fabric application type. Possible + * values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'. */ @JsonProperty(value = "ApplicationTypeDefinitionKind") private ApplicationTypeDefinitionKind applicationTypeDefinitionKind; @@ -119,8 +117,7 @@ public ApplicationTypeInfo withDefaultParameterList(List d } /** - * Get the status of the application type. - . Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'. + * Get the status of the application type. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'. * * @return the status value */ @@ -129,8 +126,7 @@ public ApplicationTypeStatus status() { } /** - * Set the status of the application type. - . Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'. + * Set the status of the application type. Possible values include: 'Invalid', 'Provisioning', 'Available', 'Unprovisioning', 'Failed'. * * @param status the status value to set * @return the ApplicationTypeInfo object itself. @@ -161,8 +157,7 @@ public ApplicationTypeInfo withStatusDetails(String statusDetails) { } /** - * Get the mechanism used to define a Service Fabric application type. - . Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'. + * Get the mechanism used to define a Service Fabric application type. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'. * * @return the applicationTypeDefinitionKind value */ @@ -171,8 +166,7 @@ public ApplicationTypeDefinitionKind applicationTypeDefinitionKind() { } /** - * Set the mechanism used to define a Service Fabric application type. - . Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'. + * Set the mechanism used to define a Service Fabric application type. Possible values include: 'Invalid', 'ServiceFabricApplicationPackage', 'Compose'. * * @param applicationTypeDefinitionKind the applicationTypeDefinitionKind value to set * @return the ApplicationTypeInfo object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupConfigurationInfo.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupConfigurationInfo.java index 2fbfc477ce5ff..03598335e5b08 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupConfigurationInfo.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupConfigurationInfo.java @@ -32,9 +32,8 @@ public class BackupConfigurationInfo { private String policyName; /** - * Specifies the scope at which the backup policy is applied. - * . Possible values include: 'Invalid', 'Partition', 'Service', - * 'Application'. + * Specifies the scope at which the backup policy is applied. Possible + * values include: 'Invalid', 'Partition', 'Service', 'Application'. */ @JsonProperty(value = "PolicyInheritedFrom") private BackupPolicyScope policyInheritedFrom; @@ -66,8 +65,7 @@ public BackupConfigurationInfo withPolicyName(String policyName) { } /** - * Get specifies the scope at which the backup policy is applied. - . Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. + * Get specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. * * @return the policyInheritedFrom value */ @@ -76,8 +74,7 @@ public BackupPolicyScope policyInheritedFrom() { } /** - * Set specifies the scope at which the backup policy is applied. - . Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. + * Set specifies the scope at which the backup policy is applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. * * @param policyInheritedFrom the policyInheritedFrom value to set * @return the BackupConfigurationInfo object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupInfo.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupInfo.java index 2cbd8c1763791..b555577803026 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupInfo.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupInfo.java @@ -55,8 +55,8 @@ public class BackupInfo { private String backupLocation; /** - * Describes the type of backup, whether its full or incremental. - * . Possible values include: 'Invalid', 'Full', 'Incremental'. + * Describes the type of backup, whether its full or incremental. Possible + * values include: 'Invalid', 'Full', 'Incremental'. */ @JsonProperty(value = "BackupType") private BackupType backupType; @@ -206,8 +206,7 @@ public BackupInfo withBackupLocation(String backupLocation) { } /** - * Get describes the type of backup, whether its full or incremental. - . Possible values include: 'Invalid', 'Full', 'Incremental'. + * Get describes the type of backup, whether its full or incremental. Possible values include: 'Invalid', 'Full', 'Incremental'. * * @return the backupType value */ @@ -216,8 +215,7 @@ public BackupType backupType() { } /** - * Set describes the type of backup, whether its full or incremental. - . Possible values include: 'Invalid', 'Full', 'Incremental'. + * Set describes the type of backup, whether its full or incremental. Possible values include: 'Invalid', 'Full', 'Incremental'. * * @param backupType the backupType value to set * @return the BackupInfo object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupSuspensionInfo.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupSuspensionInfo.java index 2f77343c86076..ec100e796d778 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupSuspensionInfo.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/BackupSuspensionInfo.java @@ -21,9 +21,8 @@ public class BackupSuspensionInfo { private Boolean isSuspended; /** - * Specifies the scope at which the backup suspension was applied. - * . Possible values include: 'Invalid', 'Partition', 'Service', - * 'Application'. + * Specifies the scope at which the backup suspension was applied. Possible + * values include: 'Invalid', 'Partition', 'Service', 'Application'. */ @JsonProperty(value = "SuspensionInheritedFrom") private BackupSuspensionScope suspensionInheritedFrom; @@ -49,8 +48,7 @@ public BackupSuspensionInfo withIsSuspended(Boolean isSuspended) { } /** - * Get specifies the scope at which the backup suspension was applied. - . Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. + * Get specifies the scope at which the backup suspension was applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. * * @return the suspensionInheritedFrom value */ @@ -59,8 +57,7 @@ public BackupSuspensionScope suspensionInheritedFrom() { } /** - * Set specifies the scope at which the backup suspension was applied. - . Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. + * Set specifies the scope at which the backup suspension was applied. Possible values include: 'Invalid', 'Partition', 'Service', 'Application'. * * @param suspensionInheritedFrom the suspensionInheritedFrom value to set * @return the BackupSuspensionInfo object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/DeactivationIntentDescription.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/DeactivationIntentDescription.java index 2bbebfeef8917..6c56e7cefde50 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/DeactivationIntentDescription.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/DeactivationIntentDescription.java @@ -16,15 +16,14 @@ public class DeactivationIntentDescription { /** * Describes the intent or reason for deactivating the node. The possible - * values are following. - * . Possible values include: 'Pause', 'Restart', 'RemoveData'. + * values are following. Possible values include: 'Pause', 'Restart', + * 'RemoveData'. */ @JsonProperty(value = "DeactivationIntent") private DeactivationIntent deactivationIntent; /** - * Get describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData'. + * Get describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData'. * * @return the deactivationIntent value */ @@ -33,8 +32,7 @@ public DeactivationIntent deactivationIntent() { } /** - * Set describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData'. + * Set describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData'. * * @param deactivationIntent the deactivationIntent value to set * @return the DeactivationIntentDescription object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/EntityHealth.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/EntityHealth.java index cd39c5870ffb0..46e343e3eacce 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/EntityHealth.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/EntityHealth.java @@ -21,9 +21,8 @@ public class EntityHealth { * computed by Health Manager. * The health evaluation of the entity reflects all events reported on the * entity and its children (if any). - * The aggregation is done by applying the desired health policy. - * . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', - * 'Unknown'. + * The aggregation is done by applying the desired health policy. Possible + * values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. */ @JsonProperty(value = "AggregatedHealthState") private HealthState aggregatedHealthState; @@ -51,8 +50,7 @@ public class EntityHealth { /** * Get the HealthState representing the aggregated health state of the entity computed by Health Manager. The health evaluation of the entity reflects all events reported on the entity and its children (if any). - The aggregation is done by applying the desired health policy. - . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. + The aggregation is done by applying the desired health policy. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. * * @return the aggregatedHealthState value */ @@ -63,8 +61,7 @@ public HealthState aggregatedHealthState() { /** * Set the HealthState representing the aggregated health state of the entity computed by Health Manager. The health evaluation of the entity reflects all events reported on the entity and its children (if any). - The aggregation is done by applying the desired health policy. - . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. + The aggregation is done by applying the desired health policy. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. * * @param aggregatedHealthState the aggregatedHealthState value to set * @return the EntityHealth object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java index 2e76f9c2364c1..619b3e8fea212 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/FabricErrorError.java @@ -121,8 +121,8 @@ public class FabricErrorError { * Timeout) * - "FABRIC_E_COMMUNICATION_ERROR" * - "FABRIC_E_OPERATION_NOT_COMPLETE" - * - "FABRIC_E_TIMEOUT" - * . Possible values include: 'FABRIC_E_INVALID_PARTITION_KEY', + * - "FABRIC_E_TIMEOUT". Possible values include: + * 'FABRIC_E_INVALID_PARTITION_KEY', * 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR', 'FABRIC_E_INVALID_ADDRESS', * 'FABRIC_E_APPLICATION_NOT_UPGRADING', * 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR', @@ -280,8 +280,7 @@ public class FabricErrorError { - Possible values of the error code for HTTP status code 504 (Gateway Timeout) - "FABRIC_E_COMMUNICATION_ERROR" - "FABRIC_E_OPERATION_NOT_COMPLETE" - - "FABRIC_E_TIMEOUT" - . Possible values include: 'FABRIC_E_INVALID_PARTITION_KEY', 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR', 'FABRIC_E_INVALID_ADDRESS', 'FABRIC_E_APPLICATION_NOT_UPGRADING', 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_FABRIC_NOT_UPGRADING', 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_INVALID_CONFIGURATION', 'FABRIC_E_INVALID_NAME_URI', 'FABRIC_E_PATH_TOO_LONG', 'FABRIC_E_KEY_TOO_LARGE', 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED', 'FABRIC_E_INVALID_ATOMIC_GROUP', 'FABRIC_E_VALUE_EMPTY', 'FABRIC_E_NODE_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND', 'FABRIC_E_APPLICATION_NOT_FOUND', 'FABRIC_E_SERVICE_TYPE_NOT_FOUND', 'FABRIC_E_SERVICE_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND', 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND', 'FABRIC_E_PARTITION_NOT_FOUND', 'FABRIC_E_REPLICA_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST', 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND', 'FABRIC_E_DIRECTORY_NOT_FOUND', 'FABRIC_E_FABRIC_VERSION_NOT_FOUND', 'FABRIC_E_FILE_NOT_FOUND', 'FABRIC_E_NAME_DOES_NOT_EXIST', 'FABRIC_E_PROPERTY_DOES_NOT_EXIST', 'FABRIC_E_ENUMERATION_COMPLETED', 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND', 'FABRIC_E_KEY_NOT_FOUND', 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS', 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS', 'FABRIC_E_SERVICE_ALREADY_EXISTS', 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_TYPE_IN_USE', 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS', 'FABRIC_E_FABRIC_VERSION_IN_USE', 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS', 'FABRIC_E_NAME_ALREADY_EXISTS', 'FABRIC_E_NAME_NOT_EMPTY', 'FABRIC_E_PROPERTY_CHECK_FAILED', 'FABRIC_E_SERVICE_METADATA_MISMATCH', 'FABRIC_E_SERVICE_TYPE_MISMATCH', 'FABRIC_E_HEALTH_STALE_REPORT', 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED', 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET', 'FABRIC_E_INSTANCE_ID_MISMATCH', 'FABRIC_E_VALUE_TOO_LARGE', 'FABRIC_E_NO_WRITE_QUORUM', 'FABRIC_E_NOT_PRIMARY', 'FABRIC_E_NOT_READY', 'FABRIC_E_RECONFIGURATION_PENDING', 'FABRIC_E_SERVICE_OFFLINE', 'E_ABORT', 'FABRIC_E_COMMUNICATION_ERROR', 'FABRIC_E_OPERATION_NOT_COMPLETE', 'FABRIC_E_TIMEOUT', 'FABRIC_E_NODE_IS_UP', 'E_FAIL', 'FABRIC_E_BACKUP_IS_ENABLED', 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH', 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES', 'FABRIC_E_BACKUP_NOT_ENABLED', 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING', 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING', 'FABRIC_E_BACKUP_IN_PROGRESS', 'FABRIC_E_RESTORE_IN_PROGRESS', 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING', 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY', 'E_INVALIDARG', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND', 'FABRIC_E_VOLUME_ALREADY_EXISTS', 'FABRIC_E_VOLUME_NOT_FOUND', 'SerializationError'. + - "FABRIC_E_TIMEOUT". Possible values include: 'FABRIC_E_INVALID_PARTITION_KEY', 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR', 'FABRIC_E_INVALID_ADDRESS', 'FABRIC_E_APPLICATION_NOT_UPGRADING', 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_FABRIC_NOT_UPGRADING', 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_INVALID_CONFIGURATION', 'FABRIC_E_INVALID_NAME_URI', 'FABRIC_E_PATH_TOO_LONG', 'FABRIC_E_KEY_TOO_LARGE', 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED', 'FABRIC_E_INVALID_ATOMIC_GROUP', 'FABRIC_E_VALUE_EMPTY', 'FABRIC_E_NODE_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND', 'FABRIC_E_APPLICATION_NOT_FOUND', 'FABRIC_E_SERVICE_TYPE_NOT_FOUND', 'FABRIC_E_SERVICE_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND', 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND', 'FABRIC_E_PARTITION_NOT_FOUND', 'FABRIC_E_REPLICA_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST', 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND', 'FABRIC_E_DIRECTORY_NOT_FOUND', 'FABRIC_E_FABRIC_VERSION_NOT_FOUND', 'FABRIC_E_FILE_NOT_FOUND', 'FABRIC_E_NAME_DOES_NOT_EXIST', 'FABRIC_E_PROPERTY_DOES_NOT_EXIST', 'FABRIC_E_ENUMERATION_COMPLETED', 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND', 'FABRIC_E_KEY_NOT_FOUND', 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS', 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS', 'FABRIC_E_SERVICE_ALREADY_EXISTS', 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_TYPE_IN_USE', 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS', 'FABRIC_E_FABRIC_VERSION_IN_USE', 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS', 'FABRIC_E_NAME_ALREADY_EXISTS', 'FABRIC_E_NAME_NOT_EMPTY', 'FABRIC_E_PROPERTY_CHECK_FAILED', 'FABRIC_E_SERVICE_METADATA_MISMATCH', 'FABRIC_E_SERVICE_TYPE_MISMATCH', 'FABRIC_E_HEALTH_STALE_REPORT', 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED', 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET', 'FABRIC_E_INSTANCE_ID_MISMATCH', 'FABRIC_E_VALUE_TOO_LARGE', 'FABRIC_E_NO_WRITE_QUORUM', 'FABRIC_E_NOT_PRIMARY', 'FABRIC_E_NOT_READY', 'FABRIC_E_RECONFIGURATION_PENDING', 'FABRIC_E_SERVICE_OFFLINE', 'E_ABORT', 'FABRIC_E_COMMUNICATION_ERROR', 'FABRIC_E_OPERATION_NOT_COMPLETE', 'FABRIC_E_TIMEOUT', 'FABRIC_E_NODE_IS_UP', 'E_FAIL', 'FABRIC_E_BACKUP_IS_ENABLED', 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH', 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES', 'FABRIC_E_BACKUP_NOT_ENABLED', 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING', 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING', 'FABRIC_E_BACKUP_IN_PROGRESS', 'FABRIC_E_RESTORE_IN_PROGRESS', 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING', 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY', 'E_INVALIDARG', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND', 'FABRIC_E_VOLUME_ALREADY_EXISTS', 'FABRIC_E_VOLUME_NOT_FOUND', 'SerializationError'. * * @return the code value */ @@ -381,8 +380,7 @@ public FabricErrorCodes code() { - Possible values of the error code for HTTP status code 504 (Gateway Timeout) - "FABRIC_E_COMMUNICATION_ERROR" - "FABRIC_E_OPERATION_NOT_COMPLETE" - - "FABRIC_E_TIMEOUT" - . Possible values include: 'FABRIC_E_INVALID_PARTITION_KEY', 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR', 'FABRIC_E_INVALID_ADDRESS', 'FABRIC_E_APPLICATION_NOT_UPGRADING', 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_FABRIC_NOT_UPGRADING', 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_INVALID_CONFIGURATION', 'FABRIC_E_INVALID_NAME_URI', 'FABRIC_E_PATH_TOO_LONG', 'FABRIC_E_KEY_TOO_LARGE', 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED', 'FABRIC_E_INVALID_ATOMIC_GROUP', 'FABRIC_E_VALUE_EMPTY', 'FABRIC_E_NODE_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND', 'FABRIC_E_APPLICATION_NOT_FOUND', 'FABRIC_E_SERVICE_TYPE_NOT_FOUND', 'FABRIC_E_SERVICE_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND', 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND', 'FABRIC_E_PARTITION_NOT_FOUND', 'FABRIC_E_REPLICA_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST', 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND', 'FABRIC_E_DIRECTORY_NOT_FOUND', 'FABRIC_E_FABRIC_VERSION_NOT_FOUND', 'FABRIC_E_FILE_NOT_FOUND', 'FABRIC_E_NAME_DOES_NOT_EXIST', 'FABRIC_E_PROPERTY_DOES_NOT_EXIST', 'FABRIC_E_ENUMERATION_COMPLETED', 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND', 'FABRIC_E_KEY_NOT_FOUND', 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS', 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS', 'FABRIC_E_SERVICE_ALREADY_EXISTS', 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_TYPE_IN_USE', 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS', 'FABRIC_E_FABRIC_VERSION_IN_USE', 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS', 'FABRIC_E_NAME_ALREADY_EXISTS', 'FABRIC_E_NAME_NOT_EMPTY', 'FABRIC_E_PROPERTY_CHECK_FAILED', 'FABRIC_E_SERVICE_METADATA_MISMATCH', 'FABRIC_E_SERVICE_TYPE_MISMATCH', 'FABRIC_E_HEALTH_STALE_REPORT', 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED', 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET', 'FABRIC_E_INSTANCE_ID_MISMATCH', 'FABRIC_E_VALUE_TOO_LARGE', 'FABRIC_E_NO_WRITE_QUORUM', 'FABRIC_E_NOT_PRIMARY', 'FABRIC_E_NOT_READY', 'FABRIC_E_RECONFIGURATION_PENDING', 'FABRIC_E_SERVICE_OFFLINE', 'E_ABORT', 'FABRIC_E_COMMUNICATION_ERROR', 'FABRIC_E_OPERATION_NOT_COMPLETE', 'FABRIC_E_TIMEOUT', 'FABRIC_E_NODE_IS_UP', 'E_FAIL', 'FABRIC_E_BACKUP_IS_ENABLED', 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH', 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES', 'FABRIC_E_BACKUP_NOT_ENABLED', 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING', 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING', 'FABRIC_E_BACKUP_IN_PROGRESS', 'FABRIC_E_RESTORE_IN_PROGRESS', 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING', 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY', 'E_INVALIDARG', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND', 'FABRIC_E_VOLUME_ALREADY_EXISTS', 'FABRIC_E_VOLUME_NOT_FOUND', 'SerializationError'. + - "FABRIC_E_TIMEOUT". Possible values include: 'FABRIC_E_INVALID_PARTITION_KEY', 'FABRIC_E_IMAGEBUILDER_VALIDATION_ERROR', 'FABRIC_E_INVALID_ADDRESS', 'FABRIC_E_APPLICATION_NOT_UPGRADING', 'FABRIC_E_APPLICATION_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_FABRIC_NOT_UPGRADING', 'FABRIC_E_FABRIC_UPGRADE_VALIDATION_ERROR', 'FABRIC_E_INVALID_CONFIGURATION', 'FABRIC_E_INVALID_NAME_URI', 'FABRIC_E_PATH_TOO_LONG', 'FABRIC_E_KEY_TOO_LARGE', 'FABRIC_E_SERVICE_AFFINITY_CHAIN_NOT_SUPPORTED', 'FABRIC_E_INVALID_ATOMIC_GROUP', 'FABRIC_E_VALUE_EMPTY', 'FABRIC_E_NODE_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_NOT_FOUND', 'FABRIC_E_APPLICATION_NOT_FOUND', 'FABRIC_E_SERVICE_TYPE_NOT_FOUND', 'FABRIC_E_SERVICE_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_TYPE_TEMPLATE_NOT_FOUND', 'FABRIC_E_CONFIGURATION_SECTION_NOT_FOUND', 'FABRIC_E_PARTITION_NOT_FOUND', 'FABRIC_E_REPLICA_DOES_NOT_EXIST', 'FABRIC_E_SERVICE_GROUP_DOES_NOT_EXIST', 'FABRIC_E_CONFIGURATION_PARAMETER_NOT_FOUND', 'FABRIC_E_DIRECTORY_NOT_FOUND', 'FABRIC_E_FABRIC_VERSION_NOT_FOUND', 'FABRIC_E_FILE_NOT_FOUND', 'FABRIC_E_NAME_DOES_NOT_EXIST', 'FABRIC_E_PROPERTY_DOES_NOT_EXIST', 'FABRIC_E_ENUMERATION_COMPLETED', 'FABRIC_E_SERVICE_MANIFEST_NOT_FOUND', 'FABRIC_E_KEY_NOT_FOUND', 'FABRIC_E_HEALTH_ENTITY_NOT_FOUND', 'FABRIC_E_APPLICATION_TYPE_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_APPLICATION_TYPE_PROVISION_IN_PROGRESS', 'FABRIC_E_APPLICATION_UPGRADE_IN_PROGRESS', 'FABRIC_E_SERVICE_ALREADY_EXISTS', 'FABRIC_E_SERVICE_GROUP_ALREADY_EXISTS', 'FABRIC_E_APPLICATION_TYPE_IN_USE', 'FABRIC_E_FABRIC_ALREADY_IN_TARGET_VERSION', 'FABRIC_E_FABRIC_VERSION_ALREADY_EXISTS', 'FABRIC_E_FABRIC_VERSION_IN_USE', 'FABRIC_E_FABRIC_UPGRADE_IN_PROGRESS', 'FABRIC_E_NAME_ALREADY_EXISTS', 'FABRIC_E_NAME_NOT_EMPTY', 'FABRIC_E_PROPERTY_CHECK_FAILED', 'FABRIC_E_SERVICE_METADATA_MISMATCH', 'FABRIC_E_SERVICE_TYPE_MISMATCH', 'FABRIC_E_HEALTH_STALE_REPORT', 'FABRIC_E_SEQUENCE_NUMBER_CHECK_FAILED', 'FABRIC_E_NODE_HAS_NOT_STOPPED_YET', 'FABRIC_E_INSTANCE_ID_MISMATCH', 'FABRIC_E_VALUE_TOO_LARGE', 'FABRIC_E_NO_WRITE_QUORUM', 'FABRIC_E_NOT_PRIMARY', 'FABRIC_E_NOT_READY', 'FABRIC_E_RECONFIGURATION_PENDING', 'FABRIC_E_SERVICE_OFFLINE', 'E_ABORT', 'FABRIC_E_COMMUNICATION_ERROR', 'FABRIC_E_OPERATION_NOT_COMPLETE', 'FABRIC_E_TIMEOUT', 'FABRIC_E_NODE_IS_UP', 'E_FAIL', 'FABRIC_E_BACKUP_IS_ENABLED', 'FABRIC_E_RESTORE_SOURCE_TARGET_PARTITION_MISMATCH', 'FABRIC_E_INVALID_FOR_STATELESS_SERVICES', 'FABRIC_E_BACKUP_NOT_ENABLED', 'FABRIC_E_BACKUP_POLICY_NOT_EXISTING', 'FABRIC_E_FAULT_ANALYSIS_SERVICE_NOT_EXISTING', 'FABRIC_E_BACKUP_IN_PROGRESS', 'FABRIC_E_RESTORE_IN_PROGRESS', 'FABRIC_E_BACKUP_POLICY_ALREADY_EXISTING', 'FABRIC_E_INVALID_SERVICE_SCALING_POLICY', 'E_INVALIDARG', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_ALREADY_EXISTS', 'FABRIC_E_SINGLE_INSTANCE_APPLICATION_NOT_FOUND', 'FABRIC_E_VOLUME_ALREADY_EXISTS', 'FABRIC_E_VOLUME_NOT_FOUND', 'SerializationError'. * * @param code the code value to set * @return the FabricErrorError object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/MonitoringPolicyDescription.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/MonitoringPolicyDescription.java index 414c57a2766a9..d04ec82cdd7cd 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/MonitoringPolicyDescription.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/MonitoringPolicyDescription.java @@ -20,8 +20,7 @@ public class MonitoringPolicyDescription { * Invalid indicates the failure action is invalid. Rollback specifies that * the upgrade will start rolling back automatically. * Manual indicates that the upgrade will switch to UnmonitoredManual - * upgrade mode. - * . Possible values include: 'Invalid', 'Rollback', 'Manual'. + * upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. */ @JsonProperty(value = "FailureAction") private FailureAction failureAction; @@ -76,8 +75,7 @@ public class MonitoringPolicyDescription { /** * Get the compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. - Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. - . Possible values include: 'Invalid', 'Rollback', 'Manual'. + Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. * * @return the failureAction value */ @@ -88,8 +86,7 @@ public FailureAction failureAction() { /** * Set the compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. - Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. - . Possible values include: 'Invalid', 'Rollback', 'Manual'. + Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. * * @param failureAction the failureAction value to set * @return the MonitoringPolicyDescription object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/RollingUpgradeUpdateDescription.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/RollingUpgradeUpdateDescription.java index 2c5ae3b1eb7ad..ee26dbfc977bc 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/RollingUpgradeUpdateDescription.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/RollingUpgradeUpdateDescription.java @@ -48,8 +48,7 @@ public class RollingUpgradeUpdateDescription { * Invalid indicates the failure action is invalid. Rollback specifies that * the upgrade will start rolling back automatically. * Manual indicates that the upgrade will switch to UnmonitoredManual - * upgrade mode. - * . Possible values include: 'Invalid', 'Rollback', 'Manual'. + * upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. */ @JsonProperty(value = "FailureAction") private FailureAction failureAction; @@ -164,8 +163,7 @@ public RollingUpgradeUpdateDescription withReplicaSetCheckTimeoutInMilliseconds( /** * Get the compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. - Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. - . Possible values include: 'Invalid', 'Rollback', 'Manual'. + Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. * * @return the failureAction value */ @@ -176,8 +174,7 @@ public FailureAction failureAction() { /** * Set the compensating action to perform when a Monitored upgrade encounters monitoring policy or health policy violations. Invalid indicates the failure action is invalid. Rollback specifies that the upgrade will start rolling back automatically. - Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. - . Possible values include: 'Invalid', 'Rollback', 'Manual'. + Manual indicates that the upgrade will switch to UnmonitoredManual upgrade mode. Possible values include: 'Invalid', 'Rollback', 'Manual'. * * @param failureAction the failureAction value to set * @return the RollingUpgradeUpdateDescription object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceReplicaProperties.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceReplicaProperties.java index 51cfdcf394199..13470b75a2157 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceReplicaProperties.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/ServiceReplicaProperties.java @@ -16,8 +16,8 @@ */ public class ServiceReplicaProperties { /** - * The Operating system type required by the code in service. - * . Possible values include: 'Linux', 'Windows'. + * The Operating system type required by the code in service. Possible + * values include: 'Linux', 'Windows'. */ @JsonProperty(value = "osType", required = true) private OperatingSystemTypes osType; @@ -44,8 +44,7 @@ public class ServiceReplicaProperties { private DiagnosticsRef diagnostics; /** - * Get the Operating system type required by the code in service. - . Possible values include: 'Linux', 'Windows'. + * Get the Operating system type required by the code in service. Possible values include: 'Linux', 'Windows'. * * @return the osType value */ @@ -54,8 +53,7 @@ public OperatingSystemTypes osType() { } /** - * Set the Operating system type required by the code in service. - . Possible values include: 'Linux', 'Windows'. + * Set the Operating system type required by the code in service. Possible values include: 'Linux', 'Windows'. * * @param osType the osType value to set * @return the ServiceReplicaProperties object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/TimeBasedBackupScheduleDescription.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/TimeBasedBackupScheduleDescription.java index 1c878bf15ea40..26fc74b7cc0d8 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/TimeBasedBackupScheduleDescription.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/TimeBasedBackupScheduleDescription.java @@ -22,8 +22,7 @@ public class TimeBasedBackupScheduleDescription extends BackupScheduleDescription { /** * Describes the frequency with which to run the time based backup - * schedule. - * . Possible values include: 'Invalid', 'Daily', 'Weekly'. + * schedule. Possible values include: 'Invalid', 'Daily', 'Weekly'. */ @JsonProperty(value = "ScheduleFrequencyType", required = true) private BackupScheduleFrequencyType scheduleFrequencyType; @@ -44,8 +43,7 @@ public class TimeBasedBackupScheduleDescription extends BackupScheduleDescriptio private List runTimes; /** - * Get describes the frequency with which to run the time based backup schedule. - . Possible values include: 'Invalid', 'Daily', 'Weekly'. + * Get describes the frequency with which to run the time based backup schedule. Possible values include: 'Invalid', 'Daily', 'Weekly'. * * @return the scheduleFrequencyType value */ @@ -54,8 +52,7 @@ public BackupScheduleFrequencyType scheduleFrequencyType() { } /** - * Set describes the frequency with which to run the time based backup schedule. - . Possible values include: 'Invalid', 'Daily', 'Weekly'. + * Set describes the frequency with which to run the time based backup schedule. Possible values include: 'Invalid', 'Daily', 'Weekly'. * * @param scheduleFrequencyType the scheduleFrequencyType value to set * @return the TimeBasedBackupScheduleDescription object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ApplicationInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ApplicationInfoInner.java index 224c773a3630c..1f8f88fc53aa0 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ApplicationInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ApplicationInfoInner.java @@ -51,9 +51,8 @@ public class ApplicationInfoInner { private String typeVersion; /** - * The status of the application. - * . Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', - * 'Deleting', 'Failed'. + * The status of the application. Possible values include: 'Invalid', + * 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'. */ @JsonProperty(value = "Status") private ApplicationStatus status; @@ -74,9 +73,9 @@ public class ApplicationInfoInner { private HealthState healthState; /** - * The mechanism used to define a Service Fabric application. - * . Possible values include: 'Invalid', - * 'ServiceFabricApplicationDescription', 'Compose'. + * The mechanism used to define a Service Fabric application. Possible + * values include: 'Invalid', 'ServiceFabricApplicationDescription', + * 'Compose'. */ @JsonProperty(value = "ApplicationDefinitionKind") private ApplicationDefinitionKind applicationDefinitionKind; @@ -166,8 +165,7 @@ public ApplicationInfoInner withTypeVersion(String typeVersion) { } /** - * Get the status of the application. - . Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'. + * Get the status of the application. Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'. * * @return the status value */ @@ -176,8 +174,7 @@ public ApplicationStatus status() { } /** - * Set the status of the application. - . Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'. + * Set the status of the application. Possible values include: 'Invalid', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed'. * * @param status the status value to set * @return the ApplicationInfoInner object itself. @@ -228,8 +225,7 @@ public ApplicationInfoInner withHealthState(HealthState healthState) { } /** - * Get the mechanism used to define a Service Fabric application. - . Possible values include: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'. + * Get the mechanism used to define a Service Fabric application. Possible values include: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'. * * @return the applicationDefinitionKind value */ @@ -238,8 +234,7 @@ public ApplicationDefinitionKind applicationDefinitionKind() { } /** - * Set the mechanism used to define a Service Fabric application. - . Possible values include: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'. + * Set the mechanism used to define a Service Fabric application. Possible values include: 'Invalid', 'ServiceFabricApplicationDescription', 'Compose'. * * @param applicationDefinitionKind the applicationDefinitionKind value to set * @return the ApplicationInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/BackupProgressInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/BackupProgressInfoInner.java index ed297f0b65f1d..a2b3109e072fa 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/BackupProgressInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/BackupProgressInfoInner.java @@ -20,9 +20,9 @@ */ public class BackupProgressInfoInner { /** - * Represents the current state of the partition backup operation. - * . Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', - * 'Success', 'Failure', 'Timeout'. + * Represents the current state of the partition backup operation. Possible + * values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', + * 'Failure', 'Timeout'. */ @JsonProperty(value = "BackupState") private BackupState backupState; @@ -64,8 +64,7 @@ public class BackupProgressInfoInner { private FabricErrorError failureError; /** - * Get represents the current state of the partition backup operation. - . Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', 'Failure', 'Timeout'. + * Get represents the current state of the partition backup operation. Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', 'Failure', 'Timeout'. * * @return the backupState value */ @@ -74,8 +73,7 @@ public BackupState backupState() { } /** - * Set represents the current state of the partition backup operation. - . Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', 'Failure', 'Timeout'. + * Set represents the current state of the partition backup operation. Possible values include: 'Invalid', 'Accepted', 'BackupInProgress', 'Success', 'Failure', 'Timeout'. * * @param backupState the backupState value to set * @return the BackupProgressInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ChaosInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ChaosInner.java index 42f95992edd61..8d9b2bd931d5d 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ChaosInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ChaosInner.java @@ -24,16 +24,15 @@ public class ChaosInner { private ChaosParameters chaosParameters; /** - * Current status of the Chaos run. - * . Possible values include: 'Invalid', 'Running', 'Stopped'. + * Current status of the Chaos run. Possible values include: 'Invalid', + * 'Running', 'Stopped'. */ @JsonProperty(value = "Status") private ChaosStatus status; /** - * Current status of the schedule. - * . Possible values include: 'Invalid', 'Stopped', 'Active', 'Expired', - * 'Pending'. + * Current status of the schedule. Possible values include: 'Invalid', + * 'Stopped', 'Active', 'Expired', 'Pending'. */ @JsonProperty(value = "ScheduleStatus") private ChaosScheduleStatus scheduleStatus; @@ -59,8 +58,7 @@ public ChaosInner withChaosParameters(ChaosParameters chaosParameters) { } /** - * Get current status of the Chaos run. - . Possible values include: 'Invalid', 'Running', 'Stopped'. + * Get current status of the Chaos run. Possible values include: 'Invalid', 'Running', 'Stopped'. * * @return the status value */ @@ -69,8 +67,7 @@ public ChaosStatus status() { } /** - * Set current status of the Chaos run. - . Possible values include: 'Invalid', 'Running', 'Stopped'. + * Set current status of the Chaos run. Possible values include: 'Invalid', 'Running', 'Stopped'. * * @param status the status value to set * @return the ChaosInner object itself. @@ -81,8 +78,7 @@ public ChaosInner withStatus(ChaosStatus status) { } /** - * Get current status of the schedule. - . Possible values include: 'Invalid', 'Stopped', 'Active', 'Expired', 'Pending'. + * Get current status of the schedule. Possible values include: 'Invalid', 'Stopped', 'Active', 'Expired', 'Pending'. * * @return the scheduleStatus value */ @@ -91,8 +87,7 @@ public ChaosScheduleStatus scheduleStatus() { } /** - * Set current status of the schedule. - . Possible values include: 'Invalid', 'Stopped', 'Active', 'Expired', 'Pending'. + * Set current status of the schedule. Possible values include: 'Invalid', 'Stopped', 'Active', 'Expired', 'Pending'. * * @param scheduleStatus the scheduleStatus value to set * @return the ChaosInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ClusterHealthChunkInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ClusterHealthChunkInner.java index a0386fda04349..0f03e0809c0b5 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ClusterHealthChunkInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ClusterHealthChunkInner.java @@ -25,9 +25,8 @@ public class ClusterHealthChunkInner { * The health evaluation of the entity reflects all events reported on the * entity and its children (if any). * The aggregation is done by applying the desired cluster health policy - * and the application health policies. - * . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', - * 'Unknown'. + * and the application health policies. Possible values include: 'Invalid', + * 'Ok', 'Warning', 'Error', 'Unknown'. */ @JsonProperty(value = "HealthState") private HealthState healthState; @@ -49,8 +48,7 @@ public class ClusterHealthChunkInner { /** * Get the HealthState representing the aggregated health state of the cluster computed by Health Manager. The health evaluation of the entity reflects all events reported on the entity and its children (if any). - The aggregation is done by applying the desired cluster health policy and the application health policies. - . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. + The aggregation is done by applying the desired cluster health policy and the application health policies. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. * * @return the healthState value */ @@ -61,8 +59,7 @@ public HealthState healthState() { /** * Set the HealthState representing the aggregated health state of the cluster computed by Health Manager. The health evaluation of the entity reflects all events reported on the entity and its children (if any). - The aggregation is done by applying the desired cluster health policy and the application health policies. - . Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. + The aggregation is done by applying the desired cluster health policy and the application health policies. Possible values include: 'Invalid', 'Ok', 'Warning', 'Error', 'Unknown'. * * @param healthState the healthState value to set * @return the ClusterHealthChunkInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ComposeDeploymentUpgradeProgressInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ComposeDeploymentUpgradeProgressInfoInner.java index 0bdcf55465447..e3723be04bc99 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ComposeDeploymentUpgradeProgressInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ComposeDeploymentUpgradeProgressInfoInner.java @@ -37,12 +37,11 @@ public class ComposeDeploymentUpgradeProgressInfoInner { private String applicationName; /** - * The state of the compose deployment upgrade. - * . Possible values include: 'Invalid', 'ProvisioningTarget', - * 'RollingForwardInProgress', 'RollingForwardPending', - * 'UnprovisioningCurrent', 'RollingForwardCompleted', - * 'RollingBackInProgress', 'UnprovisioningTarget', 'RollingBackCompleted', - * 'Failed'. + * The state of the compose deployment upgrade. Possible values include: + * 'Invalid', 'ProvisioningTarget', 'RollingForwardInProgress', + * 'RollingForwardPending', 'UnprovisioningCurrent', + * 'RollingForwardCompleted', 'RollingBackInProgress', + * 'UnprovisioningTarget', 'RollingBackCompleted', 'Failed'. */ @JsonProperty(value = "UpgradeState") private ComposeDeploymentUpgradeState upgradeState; @@ -213,8 +212,7 @@ public ComposeDeploymentUpgradeProgressInfoInner withApplicationName(String appl } /** - * Get the state of the compose deployment upgrade. - . Possible values include: 'Invalid', 'ProvisioningTarget', 'RollingForwardInProgress', 'RollingForwardPending', 'UnprovisioningCurrent', 'RollingForwardCompleted', 'RollingBackInProgress', 'UnprovisioningTarget', 'RollingBackCompleted', 'Failed'. + * Get the state of the compose deployment upgrade. Possible values include: 'Invalid', 'ProvisioningTarget', 'RollingForwardInProgress', 'RollingForwardPending', 'UnprovisioningCurrent', 'RollingForwardCompleted', 'RollingBackInProgress', 'UnprovisioningTarget', 'RollingBackCompleted', 'Failed'. * * @return the upgradeState value */ @@ -223,8 +221,7 @@ public ComposeDeploymentUpgradeState upgradeState() { } /** - * Set the state of the compose deployment upgrade. - . Possible values include: 'Invalid', 'ProvisioningTarget', 'RollingForwardInProgress', 'RollingForwardPending', 'UnprovisioningCurrent', 'RollingForwardCompleted', 'RollingBackInProgress', 'UnprovisioningTarget', 'RollingBackCompleted', 'Failed'. + * Set the state of the compose deployment upgrade. Possible values include: 'Invalid', 'ProvisioningTarget', 'RollingForwardInProgress', 'RollingForwardPending', 'UnprovisioningCurrent', 'RollingForwardCompleted', 'RollingBackInProgress', 'UnprovisioningTarget', 'RollingBackCompleted', 'Failed'. * * @param upgradeState the upgradeState value to set * @return the ComposeDeploymentUpgradeProgressInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedApplicationInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedApplicationInfoInner.java index c4a1f0707b420..c311596c84b47 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedApplicationInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedApplicationInfoInner.java @@ -42,9 +42,8 @@ public class DeployedApplicationInfoInner { /** * The status of the application deployed on the node. Following are the - * possible values. - * . Possible values include: 'Invalid', 'Downloading', 'Activating', - * 'Active', 'Upgrading', 'Deactivating'. + * possible values. Possible values include: 'Invalid', 'Downloading', + * 'Activating', 'Active', 'Upgrading', 'Deactivating'. */ @JsonProperty(value = "Status") private DeployedApplicationStatus status; @@ -144,8 +143,7 @@ public DeployedApplicationInfoInner withTypeName(String typeName) { } /** - * Get the status of the application deployed on the node. Following are the possible values. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Get the status of the application deployed on the node. Following are the possible values. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @return the status value */ @@ -154,8 +152,7 @@ public DeployedApplicationStatus status() { } /** - * Set the status of the application deployed on the node. Following are the possible values. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Set the status of the application deployed on the node. Following are the possible values. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @param status the status value to set * @return the DeployedApplicationInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedCodePackageInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedCodePackageInfoInner.java index d97341e661c9d..68cf533982ef9 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedCodePackageInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedCodePackageInfoInner.java @@ -66,9 +66,8 @@ public class DeployedCodePackageInfoInner { /** * Specifies the status of a deployed application or service package on a - * Service Fabric node. - * . Possible values include: 'Invalid', 'Downloading', 'Activating', - * 'Active', 'Upgrading', 'Deactivating'. + * Service Fabric node. Possible values include: 'Invalid', 'Downloading', + * 'Activating', 'Active', 'Upgrading', 'Deactivating'. */ @JsonProperty(value = "Status") private DeploymentStatus status; @@ -219,8 +218,7 @@ public DeployedCodePackageInfoInner withHostIsolationMode(HostIsolationMode host } /** - * Get specifies the status of a deployed application or service package on a Service Fabric node. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Get specifies the status of a deployed application or service package on a Service Fabric node. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @return the status value */ @@ -229,8 +227,7 @@ public DeploymentStatus status() { } /** - * Set specifies the status of a deployed application or service package on a Service Fabric node. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Set specifies the status of a deployed application or service package on a Service Fabric node. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @param status the status value to set * @return the DeployedCodePackageInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedServicePackageInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedServicePackageInfoInner.java index dc598f4d4b975..6903dd728fec1 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedServicePackageInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/DeployedServicePackageInfoInner.java @@ -29,9 +29,8 @@ public class DeployedServicePackageInfoInner { /** * Specifies the status of a deployed application or service package on a - * Service Fabric node. - * . Possible values include: 'Invalid', 'Downloading', 'Activating', - * 'Active', 'Upgrading', 'Deactivating'. + * Service Fabric node. Possible values include: 'Invalid', 'Downloading', + * 'Activating', 'Active', 'Upgrading', 'Deactivating'. */ @JsonProperty(value = "Status") private DeploymentStatus status; @@ -88,8 +87,7 @@ public DeployedServicePackageInfoInner withVersion(String version) { } /** - * Get specifies the status of a deployed application or service package on a Service Fabric node. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Get specifies the status of a deployed application or service package on a Service Fabric node. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @return the status value */ @@ -98,8 +96,7 @@ public DeploymentStatus status() { } /** - * Set specifies the status of a deployed application or service package on a Service Fabric node. - . Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. + * Set specifies the status of a deployed application or service package on a Service Fabric node. Possible values include: 'Invalid', 'Downloading', 'Activating', 'Active', 'Upgrading', 'Deactivating'. * * @param status the status value to set * @return the DeployedServicePackageInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/RestoreProgressInfoInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/RestoreProgressInfoInner.java index decd85afa0547..b04e3d8f1ae3f 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/RestoreProgressInfoInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/RestoreProgressInfoInner.java @@ -20,7 +20,7 @@ public class RestoreProgressInfoInner { /** * Represents the current state of the partition restore operation. - * . Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', + * Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', * 'Success', 'Failure', 'Timeout'. */ @JsonProperty(value = "RestoreState") @@ -51,8 +51,7 @@ public class RestoreProgressInfoInner { private FabricErrorError failureError; /** - * Get represents the current state of the partition restore operation. - . Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', 'Success', 'Failure', 'Timeout'. + * Get represents the current state of the partition restore operation. Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', 'Success', 'Failure', 'Timeout'. * * @return the restoreState value */ @@ -61,8 +60,7 @@ public RestoreState restoreState() { } /** - * Set represents the current state of the partition restore operation. - . Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', 'Success', 'Failure', 'Timeout'. + * Set represents the current state of the partition restore operation. Possible values include: 'Invalid', 'Accepted', 'RestoreInProgress', 'Success', 'Failure', 'Timeout'. * * @param restoreState the restoreState value to set * @return the RestoreProgressInfoInner object itself. diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java index 620754a291d94..abc812dd901f8 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceFabricClientAPIsImpl.java @@ -5866,8 +5866,7 @@ public Observable> call(Response response) { * * @param nodeName The name of the node. * @param timeout The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. - * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData' + * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData' * @throws IllegalArgumentException thrown if parameters fail the validation * @throws FabricErrorException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -5882,8 +5881,7 @@ public void disableNode(String nodeName, Long timeout, DeactivationIntent deacti * * @param nodeName The name of the node. * @param timeout The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. - * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData' + * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData' * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -5898,8 +5896,7 @@ public ServiceFuture disableNodeAsync(String nodeName, Long timeout, Deact * * @param nodeName The name of the node. * @param timeout The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. - * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData' + * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -5918,8 +5915,7 @@ public Void call(ServiceResponse response) { * * @param nodeName The name of the node. * @param timeout The server timeout for performing the operation in seconds. This timeout specifies the time duration that the client is willing to wait for the requested operation to complete. The default value for this parameter is 60 seconds. - * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. - . Possible values include: 'Pause', 'Restart', 'RemoveData' + * @param deactivationIntent Describes the intent or reason for deactivating the node. The possible values are following. Possible values include: 'Pause', 'Restart', 'RemoveData' * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ diff --git a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceResourceDescriptionInner.java b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceResourceDescriptionInner.java index 868950dcccfa1..69e009423ea0e 100644 --- a/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceResourceDescriptionInner.java +++ b/azure-servicefabric/src/main/java/com/microsoft/azure/servicefabric/implementation/ServiceResourceDescriptionInner.java @@ -24,8 +24,8 @@ @JsonFlatten public class ServiceResourceDescriptionInner { /** - * The Operating system type required by the code in service. - * . Possible values include: 'Linux', 'Windows'. + * The Operating system type required by the code in service. Possible + * values include: 'Linux', 'Windows'. */ @JsonProperty(value = "properties.osType", required = true) private OperatingSystemTypes osType; @@ -86,8 +86,7 @@ public class ServiceResourceDescriptionInner { private String name; /** - * Get the Operating system type required by the code in service. - . Possible values include: 'Linux', 'Windows'. + * Get the Operating system type required by the code in service. Possible values include: 'Linux', 'Windows'. * * @return the osType value */ @@ -96,8 +95,7 @@ public OperatingSystemTypes osType() { } /** - * Set the Operating system type required by the code in service. - . Possible values include: 'Linux', 'Windows'. + * Set the Operating system type required by the code in service. Possible values include: 'Linux', 'Windows'. * * @param osType the osType value to set * @return the ServiceResourceDescriptionInner object itself.