Uses of Class
org.cdk8s.plus24.k8s.FcVolumeSource.Builder
-
Packages that use FcVolumeSource.Builder Package Description org.cdk8s.plus24.k8s -
-
Uses of FcVolumeSource.Builder in org.cdk8s.plus24.k8s
Methods in org.cdk8s.plus24.k8s that return FcVolumeSource.Builder Modifier and Type Method Description static FcVolumeSource.Builder
FcVolumeSource. builder()
FcVolumeSource.Builder
FcVolumeSource.Builder. fsType(String fsType)
Sets the value ofFcVolumeSource.getFsType()
FcVolumeSource.Builder
FcVolumeSource.Builder. lun(Number lun)
Sets the value ofFcVolumeSource.getLun()
FcVolumeSource.Builder
FcVolumeSource.Builder. readOnly(Boolean readOnly)
Sets the value ofFcVolumeSource.getReadOnly()
FcVolumeSource.Builder
FcVolumeSource.Builder. targetWwNs(List<String> targetWwNs)
Sets the value ofFcVolumeSource.getTargetWwNs()
FcVolumeSource.Builder
FcVolumeSource.Builder. wwids(List<String> wwids)
Sets the value ofFcVolumeSource.getWwids()
Constructors in org.cdk8s.plus24.k8s with parameters of type FcVolumeSource.Builder Constructor Description Jsii$Proxy(FcVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theFcVolumeSource.Builder
.
-