Interface GkeonpremVmwareClusterStorage
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
GkeonpremVmwareClusterStorage.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.481Z") @Stability(Stable) public interface GkeonpremVmwareClusterStorage extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGkeonpremVmwareClusterStorage.BuilderA builder forGkeonpremVmwareClusterStoragestatic classGkeonpremVmwareClusterStorage.Jsii$ProxyAn implementation forGkeonpremVmwareClusterStorage
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GkeonpremVmwareClusterStorage.Builderbuilder()ObjectgetVsphereCsiDisabled()Whether or not to deploy vSphere CSI components in the VMware User Cluster.
-
-
-
Method Detail
-
getVsphereCsiDisabled
@Stability(Stable) @NotNull Object getVsphereCsiDisabled()
Whether or not to deploy vSphere CSI components in the VMware User Cluster. Enabled by default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_vmware_cluster#vsphere_csi_disabled GkeonpremVmwareCluster#vsphere_csi_disabled}
-
builder
@Stability(Stable) static GkeonpremVmwareClusterStorage.Builder builder()
-
-