Interface ComputeRegionInstanceGroupManagerNamedPort
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeRegionInstanceGroupManagerNamedPort.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.750Z") @Stability(Stable) public interface ComputeRegionInstanceGroupManagerNamedPort extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionInstanceGroupManagerNamedPort.BuilderA builder forComputeRegionInstanceGroupManagerNamedPortstatic classComputeRegionInstanceGroupManagerNamedPort.Jsii$ProxyAn implementation forComputeRegionInstanceGroupManagerNamedPort
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeRegionInstanceGroupManagerNamedPort.Builderbuilder()StringgetName()The name of the port.NumbergetPort()The port number.
-
-
-
Method Detail
-
getName
@Stability(Stable) @NotNull String getName()
The name of the port.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#name ComputeRegionInstanceGroupManager#name}
-
getPort
@Stability(Stable) @NotNull Number getPort()
The port number.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_group_manager#port ComputeRegionInstanceGroupManager#port}
-
builder
@Stability(Stable) static ComputeRegionInstanceGroupManagerNamedPort.Builder builder()
-
-