Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR devtestlabs/resource-manager] [Hub Generated] Review request for Microsoft.DevTestLab to add version stable/2018-09-15 #4434

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface ArmTemplates extends HasInner<ArmTemplatesInner> {
* @param resourceGroupName The name of the resource group.
* @param labName The name of the lab.
* @param artifactSourceName The name of the artifact source.
* @param name The name of the azure Resource Manager template.
* @param name The name of the azure resource manager template.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable for the request
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class AttachNewDataDiskOptions {
/**
* Size of the disk to be attached in Gibibytes.
* Size of the disk to be attached in GibiBytes.
*/
@JsonProperty(value = "diskSizeGiB")
private Integer diskSizeGiB;
Expand All @@ -28,13 +28,13 @@ public class AttachNewDataDiskOptions {

/**
* The storage type for the disk (i.e. Standard, Premium). Possible values
* include: 'Standard', 'Premium'.
* include: 'Standard', 'Premium', 'StandardSSD'.
*/
@JsonProperty(value = "diskType")
private StorageType diskType;

/**
* Get size of the disk to be attached in Gibibytes.
* Get size of the disk to be attached in GibiBytes.
*
* @return the diskSizeGiB value
*/
Expand All @@ -43,7 +43,7 @@ public Integer diskSizeGiB() {
}

/**
* Set size of the disk to be attached in Gibibytes.
* Set size of the disk to be attached in GibiBytes.
*
* @param diskSizeGiB the diskSizeGiB value to set
* @return the AttachNewDataDiskOptions object itself.
Expand Down Expand Up @@ -74,7 +74,7 @@ public AttachNewDataDiskOptions withDiskName(String diskName) {
}

/**
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the diskType value
*/
Expand All @@ -83,7 +83,7 @@ public StorageType diskType() {
}

/**
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param diskType the diskType value to set
* @return the AttachNewDataDiskOptions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class AttachNewDataDiskOptionsFragment {
/**
* Size of the disk to be attached in Gibibytes.
* Size of the disk to be attached in GibiBytes.
*/
@JsonProperty(value = "diskSizeGiB")
private Integer diskSizeGiB;
Expand All @@ -28,13 +28,13 @@ public class AttachNewDataDiskOptionsFragment {

/**
* The storage type for the disk (i.e. Standard, Premium). Possible values
* include: 'Standard', 'Premium'.
* include: 'Standard', 'Premium', 'StandardSSD'.
*/
@JsonProperty(value = "diskType")
private StorageType diskType;

/**
* Get size of the disk to be attached in Gibibytes.
* Get size of the disk to be attached in GibiBytes.
*
* @return the diskSizeGiB value
*/
Expand All @@ -43,7 +43,7 @@ public Integer diskSizeGiB() {
}

/**
* Set size of the disk to be attached in Gibibytes.
* Set size of the disk to be attached in GibiBytes.
*
* @param diskSizeGiB the diskSizeGiB value to set
* @return the AttachNewDataDiskOptionsFragment object itself.
Expand Down Expand Up @@ -74,7 +74,7 @@ public AttachNewDataDiskOptionsFragment withDiskName(String diskName) {
}

/**
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the diskType value
*/
Expand All @@ -83,7 +83,7 @@ public StorageType diskType() {
}

/**
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param diskType the diskType value to set
* @return the AttachNewDataDiskOptionsFragment object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public class DataDiskStorageTypeInfo {
private String lun;

/**
* Disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Disk Storage Type. Possible values include: 'Standard', 'Premium',
* 'StandardSSD'.
*/
@JsonProperty(value = "storageType")
private StorageType storageType;
Expand All @@ -47,7 +48,7 @@ public DataDiskStorageTypeInfo withLun(String lun) {
}

/**
* Get disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Get disk Storage Type. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the storageType value
*/
Expand All @@ -56,7 +57,7 @@ public StorageType storageType() {
}

/**
* Set disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Set disk Storage Type. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param storageType the storageType value to set
* @return the DataDiskStorageTypeInfo object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ public class DataDiskStorageTypeInfoFragment {
private String lun;

/**
* Disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Disk Storage Type. Possible values include: 'Standard', 'Premium',
* 'StandardSSD'.
*/
@JsonProperty(value = "storageType")
private StorageType storageType;
Expand All @@ -47,7 +48,7 @@ public DataDiskStorageTypeInfoFragment withLun(String lun) {
}

/**
* Get disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Get disk Storage Type. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the storageType value
*/
Expand All @@ -56,7 +57,7 @@ public StorageType storageType() {
}

/**
* Set disk Storage Type. Possible values include: 'Standard', 'Premium'.
* Set disk Storage Type. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param storageType the storageType value to set
* @return the DataDiskStorageTypeInfoFragment object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ interface WithDiskBlobName {
interface WithDiskSizeGiB {
/**
* Specifies diskSizeGiB.
* @param diskSizeGiB The size of the disk in Gibibytes
* @param diskSizeGiB The size of the disk in GibiBytes
* @return the next definition stage
*/
WithCreate withDiskSizeGiB(Integer diskSizeGiB);
Expand All @@ -159,7 +159,7 @@ interface WithDiskSizeGiB {
interface WithDiskType {
/**
* Specifies diskType.
* @param diskType The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'
* @param diskType The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
* @return the next definition stage
*/
WithCreate withDiskType(StorageType diskType);
Expand Down Expand Up @@ -273,7 +273,7 @@ interface WithDiskBlobName {
interface WithDiskSizeGiB {
/**
* Specifies diskSizeGiB.
* @param diskSizeGiB The size of the disk in Gibibytes
* @param diskSizeGiB The size of the disk in GibiBytes
* @return the next update stage
*/
Update withDiskSizeGiB(Integer diskSizeGiB);
Expand All @@ -285,7 +285,7 @@ interface WithDiskSizeGiB {
interface WithDiskType {
/**
* Specifies diskType.
* @param diskType The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'
* @param diskType The storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'
* @return the next update stage
*/
Update withDiskType(StorageType diskType);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
public class DiskFragment extends UpdateResource {
/**
* The storage type for the disk (i.e. Standard, Premium). Possible values
* include: 'Standard', 'Premium'.
* include: 'Standard', 'Premium', 'StandardSSD'.
*/
@JsonProperty(value = "properties.diskType")
private StorageType diskType;

/**
* The size of the disk in Gibibytes.
* The size of the disk in GibiBytes.
*/
@JsonProperty(value = "properties.diskSizeGiB")
private Integer diskSizeGiB;
Expand Down Expand Up @@ -61,7 +61,7 @@ public class DiskFragment extends UpdateResource {
private String managedDiskId;

/**
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Get the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the diskType value
*/
Expand All @@ -70,7 +70,7 @@ public StorageType diskType() {
}

/**
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium'.
* Set the storage type for the disk (i.e. Standard, Premium). Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param diskType the diskType value to set
* @return the DiskFragment object itself.
Expand All @@ -81,7 +81,7 @@ public DiskFragment withDiskType(StorageType diskType) {
}

/**
* Get the size of the disk in Gibibytes.
* Get the size of the disk in GibiBytes.
*
* @return the diskSizeGiB value
*/
Expand All @@ -90,7 +90,7 @@ public Integer diskSizeGiB() {
}

/**
* Set the size of the disk in Gibibytes.
* Set the size of the disk in GibiBytes.
*
* @param diskSizeGiB the diskSizeGiB value to set
* @return the DiskFragment object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ interface WithExtendedProperties {
interface WithLabStorageType {
/**
* Specifies labStorageType.
* @param labStorageType Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium'
* @param labStorageType Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium', 'StandardSSD'
* @return the next definition stage
*/
WithCreate withLabStorageType(StorageType labStorageType);
Expand Down Expand Up @@ -307,7 +307,7 @@ interface WithExtendedProperties {
interface WithLabStorageType {
/**
* Specifies labStorageType.
* @param labStorageType Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium'
* @param labStorageType Type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium', 'StandardSSD'
* @return the next update stage
*/
Update withLabStorageType(StorageType labStorageType);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
public class LabFragment extends UpdateResource {
/**
* Type of storage used by the lab. It can be either Premium or Standard.
* Default is Premium. Possible values include: 'Standard', 'Premium'.
* Default is Premium. Possible values include: 'Standard', 'Premium',
* 'StandardSSD'.
*/
@JsonProperty(value = "properties.labStorageType")
private StorageType labStorageType;
Expand Down Expand Up @@ -77,7 +78,7 @@ public class LabFragment extends UpdateResource {
private Map<String, String> extendedProperties;

/**
* Get type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium'.
* Get type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @return the labStorageType value
*/
Expand All @@ -86,7 +87,7 @@ public StorageType labStorageType() {
}

/**
* Set type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium'.
* Set type of storage used by the lab. It can be either Premium or Standard. Default is Premium. Possible values include: 'Standard', 'Premium', 'StandardSSD'.
*
* @param labStorageType the labStorageType value to set
* @return the LabFragment object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ interface WithUserName {
interface WithVirtualMachineCreationSource {
/**
* Specifies virtualMachineCreationSource.
* @param virtualMachineCreationSource Tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'
* @param virtualMachineCreationSource Tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
* @return the next definition stage
*/
WithCreate withVirtualMachineCreationSource(VirtualMachineCreationSource virtualMachineCreationSource);
Expand Down Expand Up @@ -1046,7 +1046,7 @@ interface WithUserName {
interface WithVirtualMachineCreationSource {
/**
* Specifies virtualMachineCreationSource.
* @param virtualMachineCreationSource Tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'
* @param virtualMachineCreationSource Tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'
* @return the next update stage
*/
Update withVirtualMachineCreationSource(VirtualMachineCreationSource virtualMachineCreationSource);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ public class LabVirtualMachineCreationParameter {

/**
* Tells source of creation of lab virtual machine. Output property only.
* Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Possible values include: 'FromCustomImage', 'FromGalleryImage',
* 'FromSharedGalleryImage'.
*/
@JsonProperty(value = "properties.virtualMachineCreationSource")
private VirtualMachineCreationSource virtualMachineCreationSource;
Expand Down Expand Up @@ -776,7 +777,7 @@ public LabVirtualMachineCreationParameter withStorageType(String storageType) {
}

/**
* Get tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Get tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'.
*
* @return the virtualMachineCreationSource value
*/
Expand All @@ -785,7 +786,7 @@ public VirtualMachineCreationSource virtualMachineCreationSource() {
}

/**
* Set tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Set tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'.
*
* @param virtualMachineCreationSource the virtualMachineCreationSource value to set
* @return the LabVirtualMachineCreationParameter object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,8 @@ public class LabVirtualMachineCreationParameterFragment {

/**
* Tells source of creation of lab virtual machine. Output property only.
* Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Possible values include: 'FromCustomImage', 'FromGalleryImage',
* 'FromSharedGalleryImage'.
*/
@JsonProperty(value = "properties.virtualMachineCreationSource")
private VirtualMachineCreationSource virtualMachineCreationSource;
Expand Down Expand Up @@ -776,7 +777,7 @@ public LabVirtualMachineCreationParameterFragment withStorageType(String storage
}

/**
* Get tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Get tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'.
*
* @return the virtualMachineCreationSource value
*/
Expand All @@ -785,7 +786,7 @@ public VirtualMachineCreationSource virtualMachineCreationSource() {
}

/**
* Set tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage'.
* Set tells source of creation of lab virtual machine. Output property only. Possible values include: 'FromCustomImage', 'FromGalleryImage', 'FromSharedGalleryImage'.
*
* @param virtualMachineCreationSource the virtualMachineCreationSource value to set
* @return the LabVirtualMachineCreationParameterFragment object itself.
Expand Down
Loading