Interface FilestoreInstanceNetworks
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
FilestoreInstanceNetworks.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.198Z") @Stability(Stable) public interface FilestoreInstanceNetworks extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilestoreInstanceNetworks.BuilderA builder forFilestoreInstanceNetworksstatic classFilestoreInstanceNetworks.Jsii$ProxyAn implementation forFilestoreInstanceNetworks
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static FilestoreInstanceNetworks.Builderbuilder()default StringgetConnectMode()The network connect mode of the Filestore instance.List<String>getModes()IP versions for which the instance has IP addresses assigned.StringgetNetwork()The name of the GCE VPC network to which the instance is connected.default StringgetReservedIpRange()A /29 CIDR block that identifies the range of IP addresses reserved for this instance.
-
-
-
Method Detail
-
getModes
@Stability(Stable) @NotNull List<String> getModes()
IP versions for which the instance has IP addresses assigned. Possible values: ["ADDRESS_MODE_UNSPECIFIED", "MODE_IPV4", "MODE_IPV6"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#modes FilestoreInstance#modes}
-
getNetwork
@Stability(Stable) @NotNull String getNetwork()
The name of the GCE VPC network to which the instance is connected.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#network FilestoreInstance#network}
-
getConnectMode
@Stability(Stable) @Nullable default String getConnectMode()
The network connect mode of the Filestore instance.If not provided, the connect mode defaults to DIRECT_PEERING. Default value: "DIRECT_PEERING" Possible values: ["DIRECT_PEERING", "PRIVATE_SERVICE_ACCESS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#connect_mode FilestoreInstance#connect_mode}
-
getReservedIpRange
@Stability(Stable) @Nullable default String getReservedIpRange()
A /29 CIDR block that identifies the range of IP addresses reserved for this instance.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/filestore_instance#reserved_ip_range FilestoreInstance#reserved_ip_range}
-
builder
@Stability(Stable) static FilestoreInstanceNetworks.Builder builder()
- Returns:
- a
FilestoreInstanceNetworks.BuilderofFilestoreInstanceNetworks
-
-