Package kubevirt.io
Class V1CDRomTarget
java.lang.Object
kubevirt.io.V1CDRomTarget
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1CDRomTarget
extends Object
V1CDRomTarget
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBus()Bus indicates the type of disk device to emulate.getTray()Tray indicates if the tray of the device is open or closed.inthashCode()ReadOnly.voidvoidsetReadonly(Boolean readonly) voidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
bus
-
readonly
-
tray
-
-
Constructor Details
-
V1CDRomTarget
public V1CDRomTarget()
-
-
Method Details
-
bus
-
getBus
Bus indicates the type of disk device to emulate. supported values: virtio, sata, scsi.- Returns:
- bus
-
setBus
-
readonly
-
isReadonly
ReadOnly. Defaults to true.- Returns:
- readonly
-
setReadonly
-
tray
-
getTray
Tray indicates if the tray of the device is open or closed. Allowed values are \"open\" and \"closed\". Defaults to closed. +optional- Returns:
- tray
-
setTray
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-