Class FilestoreInstanceNetworks.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.filestore_instance.FilestoreInstanceNetworks.Jsii$Proxy
-
- All Implemented Interfaces:
FilestoreInstanceNetworks,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FilestoreInstanceNetworks
@Stability(Stable) @Internal public static final class FilestoreInstanceNetworks.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FilestoreInstanceNetworks
An implementation forFilestoreInstanceNetworks
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.filestore_instance.FilestoreInstanceNetworks
FilestoreInstanceNetworks.Builder, FilestoreInstanceNetworks.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FilestoreInstanceNetworks.Builder builder)Constructor that initializes the object based on literal property values passed by theFilestoreInstanceNetworks.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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.StringgetReservedIpRange()A /29 CIDR block that identifies the range of IP addresses reserved for this instance.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(FilestoreInstanceNetworks.Builder builder)
Constructor that initializes the object based on literal property values passed by theFilestoreInstanceNetworks.Builder.
-
-
Method Detail
-
getModes
public final List<String> getModes()
Description copied from interface:FilestoreInstanceNetworksIP 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}
- Specified by:
getModesin interfaceFilestoreInstanceNetworks
-
getNetwork
public final String getNetwork()
Description copied from interface:FilestoreInstanceNetworksThe 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}
- Specified by:
getNetworkin interfaceFilestoreInstanceNetworks
-
getConnectMode
public final String getConnectMode()
Description copied from interface:FilestoreInstanceNetworksThe 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}
- Specified by:
getConnectModein interfaceFilestoreInstanceNetworks
-
getReservedIpRange
public final String getReservedIpRange()
Description copied from interface:FilestoreInstanceNetworksA /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}
- Specified by:
getReservedIpRangein interfaceFilestoreInstanceNetworks
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-