Uses of Interface
com.hashicorp.cdktf.providers.google.compute_node_group.ComputeNodeGroupShareSettings
-
Packages that use ComputeNodeGroupShareSettings Package Description com.hashicorp.cdktf.providers.google.compute_node_group google_compute_node_group -
-
Uses of ComputeNodeGroupShareSettings in com.hashicorp.cdktf.providers.google.compute_node_group
Classes in com.hashicorp.cdktf.providers.google.compute_node_group that implement ComputeNodeGroupShareSettings Modifier and Type Class Description static classComputeNodeGroupShareSettings.Jsii$ProxyAn implementation forComputeNodeGroupShareSettingsMethods in com.hashicorp.cdktf.providers.google.compute_node_group that return ComputeNodeGroupShareSettings Modifier and Type Method Description ComputeNodeGroupShareSettingsComputeNodeGroupShareSettings.Builder. build()Builds the configured instance.ComputeNodeGroupShareSettingsComputeNodeGroupShareSettingsOutputReference. getInternalValue()default ComputeNodeGroupShareSettingsComputeNodeGroupConfig. getShareSettings()share_settings block.ComputeNodeGroupShareSettingsComputeNodeGroupConfig.Jsii$Proxy. getShareSettings()ComputeNodeGroupShareSettingsComputeNodeGroup. getShareSettingsInput()Methods in com.hashicorp.cdktf.providers.google.compute_node_group with parameters of type ComputeNodeGroupShareSettings Modifier and Type Method Description voidComputeNodeGroup. putShareSettings(ComputeNodeGroupShareSettings value)voidComputeNodeGroupShareSettingsOutputReference. setInternalValue(ComputeNodeGroupShareSettings value)ComputeNodeGroup.BuilderComputeNodeGroup.Builder. shareSettings(ComputeNodeGroupShareSettings shareSettings)share_settings block.ComputeNodeGroupConfig.BuilderComputeNodeGroupConfig.Builder. shareSettings(ComputeNodeGroupShareSettings shareSettings)Sets the value ofComputeNodeGroupConfig.getShareSettings()
-