public class VirtualMachineDiskGetResponse extends OperationResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
VirtualMachineDiskGetResponse.VirtualMachineDiskUsageDetails
Contains properties that specify a virtual machine that currently using
the disk.
|
| Constructor and Description |
|---|
VirtualMachineDiskGetResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAffinityGroup()
Optional.
|
String |
getIOType()
Optional.
|
String |
getLabel()
Optional.
|
String |
getLocation()
Optional.
|
int |
getLogicalSizeInGB()
Optional.
|
URI |
getMediaLinkUri()
Optional.
|
String |
getName()
Optional.
|
String |
getOperatingSystemType()
Optional.
|
String |
getSourceImageName()
Optional.
|
VirtualMachineDiskGetResponse.VirtualMachineDiskUsageDetails |
getUsageDetails()
Optional.
|
Boolean |
isCorrupted()
Optional.
|
Boolean |
isPremium()
Optional.
|
void |
setAffinityGroup(String affinityGroupValue)
Optional.
|
void |
setIOType(String iOTypeValue)
Optional.
|
void |
setIsCorrupted(Boolean isCorruptedValue)
Optional.
|
void |
setIsPremium(Boolean isPremiumValue)
Optional.
|
void |
setLabel(String labelValue)
Optional.
|
void |
setLocation(String locationValue)
Optional.
|
void |
setLogicalSizeInGB(int logicalSizeInGBValue)
Optional.
|
void |
setMediaLinkUri(URI mediaLinkUriValue)
Optional.
|
void |
setName(String nameValue)
Optional.
|
void |
setOperatingSystemType(String operatingSystemTypeValue)
Optional.
|
void |
setSourceImageName(String sourceImageNameValue)
Optional.
|
void |
setUsageDetails(VirtualMachineDiskGetResponse.VirtualMachineDiskUsageDetails usageDetailsValue)
Optional.
|
getRequestId, getStatusCode, setRequestId, setStatusCodepublic String getAffinityGroup()
public void setAffinityGroup(String affinityGroupValue)
affinityGroupValue - The AffinityGroup value.public String getIOType()
public void setIOType(String iOTypeValue)
iOTypeValue - The IOType 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 getLocation()
public void setLocation(String locationValue)
locationValue - The Location value.public int getLogicalSizeInGB()
public void setLogicalSizeInGB(int logicalSizeInGBValue)
logicalSizeInGBValue - The LogicalSizeInGB value.public URI getMediaLinkUri()
public void setMediaLinkUri(URI mediaLinkUriValue)
mediaLinkUriValue - The MediaLinkUri value.public String getName()
public void setName(String nameValue)
nameValue - The Name value.public String getOperatingSystemType()
public void setOperatingSystemType(String operatingSystemTypeValue)
operatingSystemTypeValue - The OperatingSystemType value.public String getSourceImageName()
public void setSourceImageName(String sourceImageNameValue)
sourceImageNameValue - The SourceImageName value.public VirtualMachineDiskGetResponse.VirtualMachineDiskUsageDetails getUsageDetails()
public void setUsageDetails(VirtualMachineDiskGetResponse.VirtualMachineDiskUsageDetails usageDetailsValue)
usageDetailsValue - The UsageDetails 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.
*/