Package kubevirt.io
Class V1DiskTarget
java.lang.Object
kubevirt.io.V1DiskTarget
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1DiskTarget
extends Object
V1DiskTarget
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBus()Bus indicates the type of disk device to emulate.If specified, the virtual disk will be placed on the guests pci address with the specifed PCI address.inthashCode()ReadOnly.pciAddress(String pciAddress) voidvoidsetPciAddress(String pciAddress) voidsetReadonly(Boolean readonly) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bus
-
pciAddress
-
readonly
-
-
Constructor Details
-
V1DiskTarget
public V1DiskTarget()
-
-
Method Details
-
bus
-
getBus
Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi.- Returns:
- bus
-
setBus
-
pciAddress
-
getPciAddress
If specified, the virtual disk will be placed on the guests pci address with the specifed PCI address. For example: 0000:81:01.10 +optional- Returns:
- pciAddress
-
setPciAddress
-
readonly
-
isReadonly
ReadOnly. Defaults to false.- Returns:
- readonly
-
setReadonly
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-