1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. NatAddress

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.apigee/v1.NatAddress

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Creates a NAT address. The address is created in the RESERVED state and a static external IP address will be provisioned. At this time, the instance will not use this IP address for Internet egress traffic. The address can be activated for use once any required firewall IP whitelisting has been completed. Note: Not supported for Apigee hybrid.

    Create NatAddress Resource

    new NatAddress(name: string, args: NatAddressArgs, opts?: CustomResourceOptions);
    @overload
    def NatAddress(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   instance_id: Optional[str] = None,
                   name: Optional[str] = None,
                   organization_id: Optional[str] = None)
    @overload
    def NatAddress(resource_name: str,
                   args: NatAddressArgs,
                   opts: Optional[ResourceOptions] = None)
    func NewNatAddress(ctx *Context, name string, args NatAddressArgs, opts ...ResourceOption) (*NatAddress, error)
    public NatAddress(string name, NatAddressArgs args, CustomResourceOptions? opts = null)
    public NatAddress(String name, NatAddressArgs args)
    public NatAddress(String name, NatAddressArgs args, CustomResourceOptions options)
    
    type: google-native:apigee/v1:NatAddress
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args NatAddressArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NatAddressArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NatAddressArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NatAddressArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NatAddressArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    NatAddress Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The NatAddress resource accepts the following input properties:

    InstanceId string
    OrganizationId string
    Name string

    Resource ID of the NAT address.

    InstanceId string
    OrganizationId string
    Name string

    Resource ID of the NAT address.

    instanceId String
    organizationId String
    name String

    Resource ID of the NAT address.

    instanceId string
    organizationId string
    name string

    Resource ID of the NAT address.

    instance_id str
    organization_id str
    name str

    Resource ID of the NAT address.

    instanceId String
    organizationId String
    name String

    Resource ID of the NAT address.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NatAddress resource produces the following output properties:

    Id string

    The provider-assigned unique ID for this managed resource.

    IpAddress string

    The static IPV4 address.

    State string

    State of the nat address.

    Id string

    The provider-assigned unique ID for this managed resource.

    IpAddress string

    The static IPV4 address.

    State string

    State of the nat address.

    id String

    The provider-assigned unique ID for this managed resource.

    ipAddress String

    The static IPV4 address.

    state String

    State of the nat address.

    id string

    The provider-assigned unique ID for this managed resource.

    ipAddress string

    The static IPV4 address.

    state string

    State of the nat address.

    id str

    The provider-assigned unique ID for this managed resource.

    ip_address str

    The static IPV4 address.

    state str

    State of the nat address.

    id String

    The provider-assigned unique ID for this managed resource.

    ipAddress String

    The static IPV4 address.

    state String

    State of the nat address.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi