public class VirtualMachineOSImageGetDetailsResponse extends VirtualMachineOSImageGetResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement
The replication progress information of VM images.
|
| Constructor and Description |
|---|
VirtualMachineOSImageGetDetailsResponse()
Initializes a new instance of the VirtualMachineOSImageGetDetailsResponse
class.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement> |
getReplicationProgress()
Optional.
|
Boolean |
isCorrupted()
Optional.
|
void |
setIsCorrupted(Boolean isCorruptedValue)
Optional.
|
void |
setReplicationProgress(ArrayList<VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement> replicationProgressValue)
Optional.
|
getAffinityGroup, getCategory, getDescription, getEula, getIconUri, getImageFamily, getIOType, getLabel, getLanguage, getLocation, getLogicalSizeInGB, getMediaLinkUri, getName, getOperatingSystemType, getPrivacyUri, getPublishedDate, getPublisherName, getRecommendedVMSize, getSmallIconUri, isPremium, isShowInGui, setAffinityGroup, setCategory, setDescription, setEula, setIconUri, setImageFamily, setIOType, setIsPremium, setLabel, setLanguage, setLocation, setLogicalSizeInGB, setMediaLinkUri, setName, setOperatingSystemType, setPrivacyUri, setPublishedDate, setPublisherName, setRecommendedVMSize, setShowInGui, setSmallIconUrigetRequestId, getStatusCode, setRequestId, setStatusCodepublic VirtualMachineOSImageGetDetailsResponse()
public Boolean isCorrupted()
public void setIsCorrupted(Boolean isCorruptedValue)
isCorruptedValue - The IsCorrupted value.public ArrayList<VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement> getReplicationProgress()
public void setReplicationProgress(ArrayList<VirtualMachineOSImageGetDetailsResponse.ReplicationProgressElement> replicationProgressValue)
replicationProgressValue - The ReplicationProgress 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.
*/