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