public class VirtualMachineVMImageGetDetailsResponse extends OperationResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement
The replication progress information of VM images.
|
| Constructor and Description |
|---|
VirtualMachineVMImageGetDetailsResponse()
Initializes a new instance of the VirtualMachineVMImageGetDetailsResponse
class.
|
getRequestId, getStatusCode, setRequestId, setStatusCodepublic VirtualMachineVMImageGetDetailsResponse()
public String getAffinityGroup()
public void setAffinityGroup(String affinityGroupValue)
affinityGroupValue - The AffinityGroup value.public String getCategory()
public void setCategory(String categoryValue)
categoryValue - The Category value.public Calendar getCreatedTime()
public void setCreatedTime(Calendar createdTimeValue)
createdTimeValue - The CreatedTime value.public ArrayList<VirtualMachineVMImageListResponse.DataDiskConfiguration> getDataDiskConfigurations()
public void setDataDiskConfigurations(ArrayList<VirtualMachineVMImageListResponse.DataDiskConfiguration> dataDiskConfigurationsValue)
dataDiskConfigurationsValue - The DataDiskConfigurations value.public String getDeploymentName()
public void setDeploymentName(String deploymentNameValue)
deploymentNameValue - The DeploymentName value.public String getDescription()
public void setDescription(String descriptionValue)
descriptionValue - The Description value.public String getEula()
public void setEula(String eulaValue)
eulaValue - The Eula value.public URI getIconUri()
public void setIconUri(URI iconUriValue)
iconUriValue - The IconUri value.public String getImageFamily()
public void setImageFamily(String imageFamilyValue)
imageFamilyValue - The ImageFamily value.public Boolean isCorrupted()
public void setIsCorrupted(Boolean isCorruptedValue)
isCorruptedValue - The IsCorrupted value.public Boolean isPremium()
public void setIsPremium(Boolean isPremiumValue)
isPremiumValue - The IsPremium value.public String getLabel()
public void setLabel(String labelValue)
labelValue - The Label value.public String getLanguage()
public void setLanguage(String languageValue)
languageValue - The Language value.public String getLocation()
public void setLocation(String locationValue)
locationValue - The Location value.public Calendar getModifiedTime()
public void setModifiedTime(Calendar modifiedTimeValue)
modifiedTimeValue - The ModifiedTime value.public String getName()
public void setName(String nameValue)
nameValue - The Name value.public VirtualMachineVMImageListResponse.OSDiskConfiguration getOSDiskConfiguration()
public void setOSDiskConfiguration(VirtualMachineVMImageListResponse.OSDiskConfiguration oSDiskConfigurationValue)
oSDiskConfigurationValue - The OSDiskConfiguration value.public URI getPricingDetailLink()
public void setPricingDetailLink(URI pricingDetailLinkValue)
pricingDetailLinkValue - The PricingDetailLink value.public URI getPrivacyUri()
public void setPrivacyUri(URI privacyUriValue)
privacyUriValue - The PrivacyUri value.public Calendar getPublishedDate()
public void setPublishedDate(Calendar publishedDateValue)
publishedDateValue - The PublishedDate value.public String getPublishedName()
public void setPublishedName(String publishedNameValue)
publishedNameValue - The PublishedName value.public String getPublisherName()
public void setPublisherName(String publisherNameValue)
publisherNameValue - The PublisherName value.public String getRecommendedVMSize()
public void setRecommendedVMSize(String recommendedVMSizeValue)
recommendedVMSizeValue - The RecommendedVMSize value.public ArrayList<VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement> getReplicationProgress()
public void setReplicationProgress(ArrayList<VirtualMachineVMImageGetDetailsResponse.ReplicationProgressElement> replicationProgressValue)
replicationProgressValue - The ReplicationProgress value.public String getRoleName()
public void setRoleName(String roleNameValue)
roleNameValue - The RoleName value.public String getServiceName()
public void setServiceName(String serviceNameValue)
serviceNameValue - The ServiceName value.public String getSharingStatus()
public void setSharingStatus(String sharingStatusValue)
sharingStatusValue - The SharingStatus value.public Boolean isShowInGui()
public void setShowInGui(Boolean showInGuiValue)
showInGuiValue - The ShowInGui value.public URI getSmallIconUri()
public void setSmallIconUri(URI smallIconUriValue)
smallIconUriValue - The SmallIconUri value./**
* Copyright Microsoft Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/