Photon Persistent Disk Volume Source Patch Args
data class PhotonPersistentDiskVolumeSourcePatchArgs(val fsType: Output<String>? = null, val pdID: Output<String>? = null) : ConvertibleToJava<PhotonPersistentDiskVolumeSourcePatchArgs>
Represents a Photon Controller persistent disk resource.
Constructors
Link copied to clipboard
fun PhotonPersistentDiskVolumeSourcePatchArgs(fsType: Output<String>? = null, pdID: Output<String>? = null)