Uses of Class
org.cdk8s.plus25.GCEPersistentDiskVolumeOptions.Builder
-
Packages that use GCEPersistentDiskVolumeOptions.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of GCEPersistentDiskVolumeOptions.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return GCEPersistentDiskVolumeOptions.Builder Modifier and Type Method Description static GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions. builder()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. fsType(String fsType)Sets the value ofGCEPersistentDiskVolumeOptions.getFsType()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. name(String name)Sets the value ofGCEPersistentDiskVolumeOptions.getName()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. partition(Number partition)Sets the value ofGCEPersistentDiskVolumeOptions.getPartition()GCEPersistentDiskVolumeOptions.BuilderGCEPersistentDiskVolumeOptions.Builder. readOnly(Boolean readOnly)Sets the value ofGCEPersistentDiskVolumeOptions.getReadOnly()Constructors in org.cdk8s.plus25 with parameters of type GCEPersistentDiskVolumeOptions.Builder Constructor Description Jsii$Proxy(GCEPersistentDiskVolumeOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theGCEPersistentDiskVolumeOptions.Builder.
-