pulumi-oci 2.29.0a1744212348__py3-none-any.whl → 2.30.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10572,11 +10572,11 @@ class InstanceCreateVnicDetails(dict):
10572
10572
  :param Mapping[str, builtins.str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
10573
10573
  :param builtins.str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
10574
10574
  :param Mapping[str, builtins.str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
10575
- :param builtins.str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
10575
+ :param builtins.str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
10576
10576
 
10577
10577
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
10578
10578
 
10579
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
10579
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
10580
10580
 
10581
10581
  Example: `bminstance1`
10582
10582
 
@@ -10585,7 +10585,7 @@ class InstanceCreateVnicDetails(dict):
10585
10585
  :param Sequence[builtins.str] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
10586
10586
 
10587
10587
  If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
10588
- :param builtins.str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
10588
+ :param builtins.str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
10589
10589
 
10590
10590
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
10591
10591
 
@@ -10693,11 +10693,11 @@ class InstanceCreateVnicDetails(dict):
10693
10693
  @pulumi.getter(name="hostnameLabel")
10694
10694
  def hostname_label(self) -> Optional[builtins.str]:
10695
10695
  """
10696
- (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
10696
+ (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
10697
10697
 
10698
10698
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
10699
10699
 
10700
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
10700
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
10701
10701
 
10702
10702
  Example: `bminstance1`
10703
10703
 
@@ -10727,7 +10727,7 @@ class InstanceCreateVnicDetails(dict):
10727
10727
  @pulumi.getter(name="privateIp")
10728
10728
  def private_ip(self) -> Optional[builtins.str]:
10729
10729
  """
10730
- A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
10730
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
10731
10731
 
10732
10732
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
10733
10733
 
@@ -11032,7 +11032,7 @@ class InstanceLaunchVolumeAttachment(dict):
11032
11032
  use_chap: Optional[builtins.bool] = None,
11033
11033
  volume_id: Optional[builtins.str] = None):
11034
11034
  """
11035
- :param builtins.str type: The type of volume. Currently, the only supported value is "iscsi".
11035
+ :param builtins.str type: The type of volume attachment. Currently, the only supported values are "iscsi" and "paravirtualized".
11036
11036
  :param builtins.str device: The device name. To retrieve a list of devices for a given instance, see [ListInstanceDevices](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Device/ListInstanceDevices).
11037
11037
  :param builtins.str display_name: A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
11038
11038
  :param builtins.str encryption_in_transit_type: Refer the top-level definition of encryptionInTransitType. The default value is NONE.
@@ -11070,7 +11070,7 @@ class InstanceLaunchVolumeAttachment(dict):
11070
11070
  @pulumi.getter
11071
11071
  def type(self) -> builtins.str:
11072
11072
  """
11073
- The type of volume. Currently, the only supported value is "iscsi".
11073
+ The type of volume attachment. Currently, the only supported values are "iscsi" and "paravirtualized".
11074
11074
  """
11075
11075
  return pulumi.get(self, "type")
11076
11076
 
@@ -14821,11 +14821,11 @@ class VnicAttachmentCreateVnicDetails(dict):
14821
14821
  :param Mapping[str, builtins.str] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Operations.CostCenter": "42"}`
14822
14822
  :param builtins.str display_name: (Updatable) A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
14823
14823
  :param Mapping[str, builtins.str] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"Department": "Finance"}`
14824
- :param builtins.str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
14824
+ :param builtins.str hostname_label: (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
14825
14825
 
14826
14826
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
14827
14827
 
14828
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
14828
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
14829
14829
 
14830
14830
  Example: `bminstance1`
14831
14831
 
@@ -14834,7 +14834,7 @@ class VnicAttachmentCreateVnicDetails(dict):
14834
14834
  :param Sequence[builtins.str] nsg_ids: (Updatable) A list of the OCIDs of the network security groups (NSGs) to add the VNIC to. For more information about NSGs, see [NetworkSecurityGroup](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/NetworkSecurityGroup/).
14835
14835
 
14836
14836
  If a `vlanId` is specified, the `nsgIds` cannot be specified. The `vlanId` indicates that the VNIC will belong to a VLAN instead of a subnet. With VLANs, all VNICs in the VLAN belong to the NSGs that are associated with the VLAN. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
14837
- :param builtins.str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
14837
+ :param builtins.str private_ip: A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
14838
14838
 
14839
14839
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
14840
14840
 
@@ -14945,11 +14945,11 @@ class VnicAttachmentCreateVnicDetails(dict):
14945
14945
  @pulumi.getter(name="hostnameLabel")
14946
14946
  def hostname_label(self) -> Optional[builtins.str]:
14947
14947
  """
14948
- (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
14948
+ (Updatable) The hostname for the VNIC's primary private IP. Used for DNS. The value is the hostname portion of the primary private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123). The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
14949
14949
 
14950
14950
  For more information, see [DNS in Your Virtual Cloud Network](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/dns.htm).
14951
14951
 
14952
- When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in `[LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails)`. If you provide both, the values must match.
14952
+ When launching an instance, use this `hostnameLabel` instead of the deprecated `hostnameLabel` in [LaunchInstanceDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/requests/LaunchInstanceDetails). If you provide both, the values must match.
14953
14953
 
14954
14954
  Example: `bminstance1`
14955
14955
 
@@ -14979,7 +14979,7 @@ class VnicAttachmentCreateVnicDetails(dict):
14979
14979
  @pulumi.getter(name="privateIp")
14980
14980
  def private_ip(self) -> Optional[builtins.str]:
14981
14981
  """
14982
- A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the `[Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/)` object and also the `[PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/)` object returned by `[ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps)` and `[GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp)`.
14982
+ A private IP address of your choice to assign to the VNIC. Must be an available IP address within the subnet's CIDR. If you don't specify a value, Oracle automatically assigns a private IP address from the subnet. This is the VNIC's *primary* private IP address. The value appears in the [Vnic](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vnic/) object and also the [PrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/) object returned by [ListPrivateIps](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/ListPrivateIps) and [GetPrivateIp](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/PrivateIp/GetPrivateIp).
14983
14983
 
14984
14984
  If you specify a `vlanId`, the `privateIp` cannot be specified. See [Vlan](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Vlan).
14985
14985
 
@@ -18123,8 +18123,10 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
18123
18123
  display_name: builtins.str,
18124
18124
  freeform_tags: Mapping[str, builtins.str],
18125
18125
  id: builtins.str,
18126
+ ip_anycast_id: builtins.str,
18126
18127
  ipv6cidr_block: builtins.str,
18127
18128
  lifecycle_details: builtins.str,
18129
+ monitor_ip: builtins.str,
18128
18130
  origin_asns: Sequence['outputs.GetByoipRangesByoipRangeCollectionItemOriginAsnResult'],
18129
18131
  state: builtins.str,
18130
18132
  time_advertised: builtins.str,
@@ -18157,8 +18159,10 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
18157
18159
  pulumi.set(__self__, "display_name", display_name)
18158
18160
  pulumi.set(__self__, "freeform_tags", freeform_tags)
18159
18161
  pulumi.set(__self__, "id", id)
18162
+ pulumi.set(__self__, "ip_anycast_id", ip_anycast_id)
18160
18163
  pulumi.set(__self__, "ipv6cidr_block", ipv6cidr_block)
18161
18164
  pulumi.set(__self__, "lifecycle_details", lifecycle_details)
18165
+ pulumi.set(__self__, "monitor_ip", monitor_ip)
18162
18166
  pulumi.set(__self__, "origin_asns", origin_asns)
18163
18167
  pulumi.set(__self__, "state", state)
18164
18168
  pulumi.set(__self__, "time_advertised", time_advertised)
@@ -18211,6 +18215,11 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
18211
18215
  """
18212
18216
  return pulumi.get(self, "id")
18213
18217
 
18218
+ @property
18219
+ @pulumi.getter(name="ipAnycastId")
18220
+ def ip_anycast_id(self) -> builtins.str:
18221
+ return pulumi.get(self, "ip_anycast_id")
18222
+
18214
18223
  @property
18215
18224
  @pulumi.getter(name="ipv6cidrBlock")
18216
18225
  def ipv6cidr_block(self) -> builtins.str:
@@ -18227,6 +18236,11 @@ class GetByoipRangesByoipRangeCollectionItemResult(dict):
18227
18236
  """
18228
18237
  return pulumi.get(self, "lifecycle_details")
18229
18238
 
18239
+ @property
18240
+ @pulumi.getter(name="monitorIp")
18241
+ def monitor_ip(self) -> builtins.str:
18242
+ return pulumi.get(self, "monitor_ip")
18243
+
18230
18244
  @property
18231
18245
  @pulumi.getter(name="originAsns")
18232
18246
  def origin_asns(self) -> Sequence['outputs.GetByoipRangesByoipRangeCollectionItemOriginAsnResult']:
@@ -41717,7 +41731,9 @@ class GetIpv6sIpv6Result(dict):
41717
41731
  freeform_tags: Mapping[str, builtins.str],
41718
41732
  id: builtins.str,
41719
41733
  ip_address: builtins.str,
41734
+ ip_state: builtins.str,
41720
41735
  ipv6subnet_cidr: builtins.str,
41736
+ lifetime: builtins.str,
41721
41737
  route_table_id: builtins.str,
41722
41738
  state: builtins.str,
41723
41739
  subnet_id: builtins.str,
@@ -41741,7 +41757,9 @@ class GetIpv6sIpv6Result(dict):
41741
41757
  pulumi.set(__self__, "freeform_tags", freeform_tags)
41742
41758
  pulumi.set(__self__, "id", id)
41743
41759
  pulumi.set(__self__, "ip_address", ip_address)
41760
+ pulumi.set(__self__, "ip_state", ip_state)
41744
41761
  pulumi.set(__self__, "ipv6subnet_cidr", ipv6subnet_cidr)
41762
+ pulumi.set(__self__, "lifetime", lifetime)
41745
41763
  pulumi.set(__self__, "route_table_id", route_table_id)
41746
41764
  pulumi.set(__self__, "state", state)
41747
41765
  pulumi.set(__self__, "subnet_id", subnet_id)
@@ -41796,11 +41814,21 @@ class GetIpv6sIpv6Result(dict):
41796
41814
  """
41797
41815
  return pulumi.get(self, "ip_address")
41798
41816
 
41817
+ @property
41818
+ @pulumi.getter(name="ipState")
41819
+ def ip_state(self) -> builtins.str:
41820
+ return pulumi.get(self, "ip_state")
41821
+
41799
41822
  @property
41800
41823
  @pulumi.getter(name="ipv6subnetCidr")
41801
41824
  def ipv6subnet_cidr(self) -> builtins.str:
41802
41825
  return pulumi.get(self, "ipv6subnet_cidr")
41803
41826
 
41827
+ @property
41828
+ @pulumi.getter
41829
+ def lifetime(self) -> builtins.str:
41830
+ return pulumi.get(self, "lifetime")
41831
+
41804
41832
  @property
41805
41833
  @pulumi.getter(name="routeTableId")
41806
41834
  def route_table_id(self) -> builtins.str:
@@ -42951,8 +42979,10 @@ class GetPrivateIpsPrivateIpResult(dict):
42951
42979
  hostname_label: builtins.str,
42952
42980
  id: builtins.str,
42953
42981
  ip_address: builtins.str,
42982
+ ip_state: builtins.str,
42954
42983
  is_primary: builtins.bool,
42955
42984
  is_reserved: builtins.bool,
42985
+ lifetime: builtins.str,
42956
42986
  route_table_id: builtins.str,
42957
42987
  subnet_id: builtins.str,
42958
42988
  time_created: builtins.str,
@@ -42967,8 +42997,12 @@ class GetPrivateIpsPrivateIpResult(dict):
42967
42997
  :param builtins.str hostname_label: The hostname for the private IP. Used for DNS. The value is the hostname portion of the private IP's fully qualified domain name (FQDN) (for example, `bminstance1` in FQDN `bminstance1.subnet123.vcn1.oraclevcn.com`). Must be unique across all VNICs in the subnet and comply with [RFC 952](https://tools.ietf.org/html/rfc952) and [RFC 1123](https://tools.ietf.org/html/rfc1123).
42968
42998
  :param builtins.str id: The private IP's Oracle ID ([OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm)).
42969
42999
  :param builtins.str ip_address: An IP address. This could be either IPv4 or IPv6, depending on the resource. Example: `10.0.3.3`
43000
+ :param builtins.str ip_state: State of the IP address. If an IP address is assigned to a VNIC it is ASSIGNED otherwise AVAILABLE
42970
43001
  :param builtins.bool is_primary: Whether this private IP is the primary one on the VNIC. Primary private IPs are unassigned and deleted automatically when the VNIC is terminated. Example: `true`
42971
- :param builtins.bool is_reserved: true if the IP is reserved and can exist detached from vnic
43002
+ :param builtins.str lifetime: Lifetime of the IP address. There are two types of IPs:
43003
+ * Ephemeral
43004
+ * Reserved
43005
+ :param builtins.str route_table_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see [Source Based Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
42972
43006
  :param builtins.str subnet_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the subnet.
42973
43007
  :param builtins.str time_created: The date and time the private IP was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
42974
43008
  :param builtins.str vlan_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the VLAN.
@@ -42982,8 +43016,10 @@ class GetPrivateIpsPrivateIpResult(dict):
42982
43016
  pulumi.set(__self__, "hostname_label", hostname_label)
42983
43017
  pulumi.set(__self__, "id", id)
42984
43018
  pulumi.set(__self__, "ip_address", ip_address)
43019
+ pulumi.set(__self__, "ip_state", ip_state)
42985
43020
  pulumi.set(__self__, "is_primary", is_primary)
42986
43021
  pulumi.set(__self__, "is_reserved", is_reserved)
43022
+ pulumi.set(__self__, "lifetime", lifetime)
42987
43023
  pulumi.set(__self__, "route_table_id", route_table_id)
42988
43024
  pulumi.set(__self__, "subnet_id", subnet_id)
42989
43025
  pulumi.set(__self__, "time_created", time_created)
@@ -43054,6 +43090,14 @@ class GetPrivateIpsPrivateIpResult(dict):
43054
43090
  """
43055
43091
  return pulumi.get(self, "ip_address")
43056
43092
 
43093
+ @property
43094
+ @pulumi.getter(name="ipState")
43095
+ def ip_state(self) -> builtins.str:
43096
+ """
43097
+ State of the IP address. If an IP address is assigned to a VNIC it is ASSIGNED otherwise AVAILABLE
43098
+ """
43099
+ return pulumi.get(self, "ip_state")
43100
+
43057
43101
  @property
43058
43102
  @pulumi.getter(name="isPrimary")
43059
43103
  def is_primary(self) -> builtins.bool:
@@ -43065,14 +43109,24 @@ class GetPrivateIpsPrivateIpResult(dict):
43065
43109
  @property
43066
43110
  @pulumi.getter(name="isReserved")
43067
43111
  def is_reserved(self) -> builtins.bool:
43112
+ return pulumi.get(self, "is_reserved")
43113
+
43114
+ @property
43115
+ @pulumi.getter
43116
+ def lifetime(self) -> builtins.str:
43068
43117
  """
43069
- true if the IP is reserved and can exist detached from vnic
43118
+ Lifetime of the IP address. There are two types of IPs:
43119
+ * Ephemeral
43120
+ * Reserved
43070
43121
  """
43071
- return pulumi.get(self, "is_reserved")
43122
+ return pulumi.get(self, "lifetime")
43072
43123
 
43073
43124
  @property
43074
43125
  @pulumi.getter(name="routeTableId")
43075
43126
  def route_table_id(self) -> builtins.str:
43127
+ """
43128
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the route table the IP address or VNIC will use. For more information, see [Source Based Routing](https://docs.oracle.com/iaas/Content/Network/Tasks/managingroutetables.htm#Overview_of_Routing_for_Your_VCN__source_routing).
43129
+ """
43076
43130
  return pulumi.get(self, "route_table_id")
43077
43131
 
43078
43132
  @property