otcextensions.sdk.natv3.v3.transit_ip

The Private Transit IP Address Class

The PrivateTransitIp class inherits from Resource.

class otcextensions.sdk.natv3.v3.transit_ip.PrivateTransitIp

The base resource

Parameters:
  • _synchronized (bool) – This is not intended to be used directly. See new() and existing().

  • connection (openstack.connection.Connection) – Reference to the Connection being used. Defaults to None to allow Resource objects to be used without an active Connection, such as in unit tests. Use of self._connection in Resource code should protect itself with a check for None.

resources_key: str | None = 'transit_ips'

Plural form of key for resource.

resource_key: str | None = 'transit_ip'

Singular form of key for resource.

base_path: str = '/private-nat/transit-ips'

The base part of the URI for this resource.

allow_list = True

Allow list operation for this resource.

allow_fetch = True

Allow get operation for this resource.

allow_create = True

Allow create operation for this resource.

allow_delete = True

Allow delete operation for this resource.

id: str

Specifies the transit IP address ID.

project_id

Specifies the project ID.

network_interface_id

Specifies the network interface ID.

ip_address

Specifies the transit IP address.

gateway_id

Specifies the private NAT gateway ID.

created_at

Specifies when the transit IP address was created.

updated_at

Specifies when the transit IP address was updated.

tags

Specifies the transit IP address tags.

virsubnet_id

Specifies the subnet ID of the current VPC.

status

Specifies the transit IP address status. ACTIVE, FROZEN, INACTIVE

enterprise_project_id

Specifies the enterprise project ID.