pulumi-oci 2.21.0a1736836098__py3-none-any.whl → 2.21.0a1737573335__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.
@@ -100,6 +100,7 @@ __all__ = [
100
100
  'InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail',
101
101
  'InstanceConfigurationInstanceDetailsLaunchDetailsInstanceOptions',
102
102
  'InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions',
103
+ 'InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs',
103
104
  'InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig',
104
105
  'InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig',
105
106
  'InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfigPreemptionAction',
@@ -121,6 +122,7 @@ __all__ = [
121
122
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail',
122
123
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsInstanceOptions',
123
124
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions',
125
+ 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs',
124
126
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig',
125
127
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig',
126
128
  'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigPreemptionAction',
@@ -139,6 +141,7 @@ __all__ = [
139
141
  'InstanceLaunchOptions',
140
142
  'InstanceLaunchVolumeAttachment',
141
143
  'InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails',
144
+ 'InstanceLicensingConfigs',
142
145
  'InstancePlatformConfig',
143
146
  'InstancePoolInstanceLoadBalancerBackend',
144
147
  'InstancePoolLoadBalancer',
@@ -413,6 +416,7 @@ __all__ = [
413
416
  'GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult',
414
417
  'GetInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionResult',
415
418
  'GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult',
419
+ 'GetInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult',
416
420
  'GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult',
417
421
  'GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult',
418
422
  'GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionActionResult',
@@ -434,6 +438,7 @@ __all__ = [
434
438
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult',
435
439
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionResult',
436
440
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult',
441
+ 'GetInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult',
437
442
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult',
438
443
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult',
439
444
  'GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionActionResult',
@@ -463,6 +468,7 @@ __all__ = [
463
468
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult',
464
469
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailInstanceOptionResult',
465
470
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult',
471
+ 'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult',
466
472
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult',
467
473
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult',
468
474
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigPreemptionActionResult',
@@ -484,6 +490,7 @@ __all__ = [
484
490
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult',
485
491
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailInstanceOptionResult',
486
492
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult',
493
+ 'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult',
487
494
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult',
488
495
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult',
489
496
  'GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigPreemptionActionResult',
@@ -506,6 +513,7 @@ __all__ = [
506
513
  'GetInstanceLaunchOptionResult',
507
514
  'GetInstanceLaunchVolumeAttachmentResult',
508
515
  'GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult',
516
+ 'GetInstanceLicensingConfigResult',
509
517
  'GetInstanceMaintenanceEventsFilterResult',
510
518
  'GetInstanceMaintenanceEventsInstanceMaintenanceEventResult',
511
519
  'GetInstanceMeasuredBootReportMeasurementResult',
@@ -545,6 +553,7 @@ __all__ = [
545
553
  'GetInstancesInstanceLaunchOptionResult',
546
554
  'GetInstancesInstanceLaunchVolumeAttachmentResult',
547
555
  'GetInstancesInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult',
556
+ 'GetInstancesInstanceLicensingConfigResult',
548
557
  'GetInstancesInstancePlatformConfigResult',
549
558
  'GetInstancesInstancePreemptibleInstanceConfigResult',
550
559
  'GetInstancesInstancePreemptibleInstanceConfigPreemptionActionResult',
@@ -5864,6 +5873,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
5864
5873
  suggest = "launch_mode"
5865
5874
  elif key == "launchOptions":
5866
5875
  suggest = "launch_options"
5876
+ elif key == "licensingConfigs":
5877
+ suggest = "licensing_configs"
5867
5878
  elif key == "platformConfig":
5868
5879
  suggest = "platform_config"
5869
5880
  elif key == "preemptibleInstanceConfig":
@@ -5907,6 +5918,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
5907
5918
  is_pv_encryption_in_transit_enabled: Optional[bool] = None,
5908
5919
  launch_mode: Optional[str] = None,
5909
5920
  launch_options: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions'] = None,
5921
+ licensing_configs: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs'] = None,
5910
5922
  metadata: Optional[Mapping[str, str]] = None,
5911
5923
  platform_config: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig'] = None,
5912
5924
  preemptible_instance_config: Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsPreemptibleInstanceConfig'] = None,
@@ -5960,6 +5972,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
5960
5972
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
5961
5973
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
5962
5974
  :param 'InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
5975
+ :param 'InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigsArgs' licensing_configs: List of licensing configurations associated with target launch values.
5963
5976
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
5964
5977
 
5965
5978
  A metadata service runs on every launched instance. The service is an HTTP endpoint listening on 169.254.169.254. You can use the service to:
@@ -5994,7 +6007,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
5994
6007
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
5995
6008
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
5996
6009
  * `REBOOT` - Run maintenance using a reboot.
5997
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6010
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
5998
6011
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
5999
6012
 
6000
6013
  You can enumerate all available shapes by calling [ListShapes](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/Shape/ListShapes).
@@ -6040,6 +6053,8 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6040
6053
  pulumi.set(__self__, "launch_mode", launch_mode)
6041
6054
  if launch_options is not None:
6042
6055
  pulumi.set(__self__, "launch_options", launch_options)
6056
+ if licensing_configs is not None:
6057
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
6043
6058
  if metadata is not None:
6044
6059
  pulumi.set(__self__, "metadata", metadata)
6045
6060
  if platform_config is not None:
@@ -6227,6 +6242,14 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6227
6242
  """
6228
6243
  return pulumi.get(self, "launch_options")
6229
6244
 
6245
+ @property
6246
+ @pulumi.getter(name="licensingConfigs")
6247
+ def licensing_configs(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs']:
6248
+ """
6249
+ List of licensing configurations associated with target launch values.
6250
+ """
6251
+ return pulumi.get(self, "licensing_configs")
6252
+
6230
6253
  @property
6231
6254
  @pulumi.getter
6232
6255
  def metadata(self) -> Optional[Mapping[str, str]]:
@@ -6293,7 +6316,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetails(dict):
6293
6316
  @pulumi.getter(name="securityAttributes")
6294
6317
  def security_attributes(self) -> Optional[Mapping[str, str]]:
6295
6318
  """
6296
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6319
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6297
6320
  """
6298
6321
  return pulumi.get(self, "security_attributes")
6299
6322
 
@@ -6577,7 +6600,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6577
6600
  :param Sequence['InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
6578
6601
  :param Sequence[str] nsg_ids: 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/).
6579
6602
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
6580
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6603
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6581
6604
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
6582
6605
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
6583
6606
  """
@@ -6692,7 +6715,7 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsCreateVnicDetails(dict):
6692
6715
  @pulumi.getter(name="securityAttributes")
6693
6716
  def security_attributes(self) -> Optional[Mapping[str, str]]:
6694
6717
  """
6695
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6718
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
6696
6719
  """
6697
6720
  return pulumi.get(self, "security_attributes")
6698
6721
 
@@ -6931,6 +6954,57 @@ class InstanceConfigurationInstanceDetailsLaunchDetailsLaunchOptions(dict):
6931
6954
  return pulumi.get(self, "remote_data_volume_type")
6932
6955
 
6933
6956
 
6957
+ @pulumi.output_type
6958
+ class InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs(dict):
6959
+ @staticmethod
6960
+ def __key_warning(key: str):
6961
+ suggest = None
6962
+ if key == "licenseType":
6963
+ suggest = "license_type"
6964
+
6965
+ if suggest:
6966
+ pulumi.log.warn(f"Key '{key}' not found in InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs. Access the value via the '{suggest}' property getter instead.")
6967
+
6968
+ def __getitem__(self, key: str) -> Any:
6969
+ InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs.__key_warning(key)
6970
+ return super().__getitem__(key)
6971
+
6972
+ def get(self, key: str, default = None) -> Any:
6973
+ InstanceConfigurationInstanceDetailsLaunchDetailsLicensingConfigs.__key_warning(key)
6974
+ return super().get(key, default)
6975
+
6976
+ def __init__(__self__, *,
6977
+ type: str,
6978
+ license_type: Optional[str] = None):
6979
+ """
6980
+ :param str type: The type of action to run when the instance is interrupted for eviction.
6981
+ :param str license_type: License Type for the OS license.
6982
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
6983
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
6984
+ """
6985
+ pulumi.set(__self__, "type", type)
6986
+ if license_type is not None:
6987
+ pulumi.set(__self__, "license_type", license_type)
6988
+
6989
+ @property
6990
+ @pulumi.getter
6991
+ def type(self) -> str:
6992
+ """
6993
+ The type of action to run when the instance is interrupted for eviction.
6994
+ """
6995
+ return pulumi.get(self, "type")
6996
+
6997
+ @property
6998
+ @pulumi.getter(name="licenseType")
6999
+ def license_type(self) -> Optional[str]:
7000
+ """
7001
+ License Type for the OS license.
7002
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
7003
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
7004
+ """
7005
+ return pulumi.get(self, "license_type")
7006
+
7007
+
6934
7008
  @pulumi.output_type
6935
7009
  class InstanceConfigurationInstanceDetailsLaunchDetailsPlatformConfig(dict):
6936
7010
  @staticmethod
@@ -8154,6 +8228,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8154
8228
  suggest = "launch_mode"
8155
8229
  elif key == "launchOptions":
8156
8230
  suggest = "launch_options"
8231
+ elif key == "licensingConfigs":
8232
+ suggest = "licensing_configs"
8157
8233
  elif key == "platformConfig":
8158
8234
  suggest = "platform_config"
8159
8235
  elif key == "preemptibleInstanceConfig":
@@ -8197,6 +8273,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8197
8273
  is_pv_encryption_in_transit_enabled: Optional[bool] = None,
8198
8274
  launch_mode: Optional[str] = None,
8199
8275
  launch_options: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions'] = None,
8276
+ licensing_configs: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs'] = None,
8200
8277
  metadata: Optional[Mapping[str, str]] = None,
8201
8278
  platform_config: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig'] = None,
8202
8279
  preemptible_instance_config: Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfig'] = None,
@@ -8228,13 +8305,14 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8228
8305
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
8229
8306
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
8230
8307
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptionsArgs' launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
8308
+ :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigsArgs' licensing_configs: List of licensing configurations associated with target launch values.
8231
8309
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
8232
8310
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfigArgs' platform_config: The platform configuration requested for the instance.
8233
8311
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsPreemptibleInstanceConfigArgs' preemptible_instance_config: Configuration options for preemptible instances.
8234
8312
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
8235
8313
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
8236
8314
  * `REBOOT` - Run maintenance using a reboot.
8237
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8315
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8238
8316
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
8239
8317
  :param 'InstanceConfigurationInstanceDetailsOptionLaunchDetailsShapeConfigArgs' shape_config: The shape configuration requested for the instance.
8240
8318
  """
@@ -8274,6 +8352,8 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8274
8352
  pulumi.set(__self__, "launch_mode", launch_mode)
8275
8353
  if launch_options is not None:
8276
8354
  pulumi.set(__self__, "launch_options", launch_options)
8355
+ if licensing_configs is not None:
8356
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
8277
8357
  if metadata is not None:
8278
8358
  pulumi.set(__self__, "metadata", metadata)
8279
8359
  if platform_config is not None:
@@ -8439,6 +8519,14 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8439
8519
  """
8440
8520
  return pulumi.get(self, "launch_options")
8441
8521
 
8522
+ @property
8523
+ @pulumi.getter(name="licensingConfigs")
8524
+ def licensing_configs(self) -> Optional['outputs.InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs']:
8525
+ """
8526
+ List of licensing configurations associated with target launch values.
8527
+ """
8528
+ return pulumi.get(self, "licensing_configs")
8529
+
8442
8530
  @property
8443
8531
  @pulumi.getter
8444
8532
  def metadata(self) -> Optional[Mapping[str, str]]:
@@ -8477,7 +8565,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetails(dict):
8477
8565
  @pulumi.getter(name="securityAttributes")
8478
8566
  def security_attributes(self) -> Optional[Mapping[str, str]]:
8479
8567
  """
8480
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8568
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8481
8569
  """
8482
8570
  return pulumi.get(self, "security_attributes")
8483
8571
 
@@ -8782,7 +8870,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8782
8870
  :param str hostname_label: The hostname for the VNIC's primary private IP. See the `hostnameLabel` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8783
8871
  :param Sequence[str] nsg_ids: 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/).
8784
8872
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8785
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8873
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8786
8874
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8787
8875
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
8788
8876
  """
@@ -8894,7 +8982,7 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsCreateVnicDetails(d
8894
8982
  @pulumi.getter(name="securityAttributes")
8895
8983
  def security_attributes(self) -> Optional[Mapping[str, str]]:
8896
8984
  """
8897
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8985
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
8898
8986
  """
8899
8987
  return pulumi.get(self, "security_attributes")
8900
8988
 
@@ -9123,6 +9211,57 @@ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLaunchOptions(dict)
9123
9211
  return pulumi.get(self, "remote_data_volume_type")
9124
9212
 
9125
9213
 
9214
+ @pulumi.output_type
9215
+ class InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs(dict):
9216
+ @staticmethod
9217
+ def __key_warning(key: str):
9218
+ suggest = None
9219
+ if key == "licenseType":
9220
+ suggest = "license_type"
9221
+
9222
+ if suggest:
9223
+ pulumi.log.warn(f"Key '{key}' not found in InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs. Access the value via the '{suggest}' property getter instead.")
9224
+
9225
+ def __getitem__(self, key: str) -> Any:
9226
+ InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs.__key_warning(key)
9227
+ return super().__getitem__(key)
9228
+
9229
+ def get(self, key: str, default = None) -> Any:
9230
+ InstanceConfigurationInstanceDetailsOptionLaunchDetailsLicensingConfigs.__key_warning(key)
9231
+ return super().get(key, default)
9232
+
9233
+ def __init__(__self__, *,
9234
+ type: str,
9235
+ license_type: Optional[str] = None):
9236
+ """
9237
+ :param str type: The type of action to run when the instance is interrupted for eviction.
9238
+ :param str license_type: License Type for the OS license.
9239
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
9240
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
9241
+ """
9242
+ pulumi.set(__self__, "type", type)
9243
+ if license_type is not None:
9244
+ pulumi.set(__self__, "license_type", license_type)
9245
+
9246
+ @property
9247
+ @pulumi.getter
9248
+ def type(self) -> str:
9249
+ """
9250
+ The type of action to run when the instance is interrupted for eviction.
9251
+ """
9252
+ return pulumi.get(self, "type")
9253
+
9254
+ @property
9255
+ @pulumi.getter(name="licenseType")
9256
+ def license_type(self) -> Optional[str]:
9257
+ """
9258
+ License Type for the OS license.
9259
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
9260
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
9261
+ """
9262
+ return pulumi.get(self, "license_type")
9263
+
9264
+
9126
9265
  @pulumi.output_type
9127
9266
  class InstanceConfigurationInstanceDetailsOptionLaunchDetailsPlatformConfig(dict):
9128
9267
  @staticmethod
@@ -11033,6 +11172,71 @@ class InstanceLaunchVolumeAttachmentLaunchCreateVolumeDetails(dict):
11033
11172
  return pulumi.get(self, "vpus_per_gb")
11034
11173
 
11035
11174
 
11175
+ @pulumi.output_type
11176
+ class InstanceLicensingConfigs(dict):
11177
+ @staticmethod
11178
+ def __key_warning(key: str):
11179
+ suggest = None
11180
+ if key == "licenseType":
11181
+ suggest = "license_type"
11182
+ elif key == "osVersion":
11183
+ suggest = "os_version"
11184
+
11185
+ if suggest:
11186
+ pulumi.log.warn(f"Key '{key}' not found in InstanceLicensingConfigs. Access the value via the '{suggest}' property getter instead.")
11187
+
11188
+ def __getitem__(self, key: str) -> Any:
11189
+ InstanceLicensingConfigs.__key_warning(key)
11190
+ return super().__getitem__(key)
11191
+
11192
+ def get(self, key: str, default = None) -> Any:
11193
+ InstanceLicensingConfigs.__key_warning(key)
11194
+ return super().get(key, default)
11195
+
11196
+ def __init__(__self__, *,
11197
+ type: str,
11198
+ license_type: Optional[str] = None,
11199
+ os_version: Optional[str] = None):
11200
+ """
11201
+ :param str type: (Updatable) Operating System type of the Configuration.
11202
+ :param str license_type: (Updatable) License Type for the OS license.
11203
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
11204
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
11205
+ :param str os_version: The Operating System version of the license config.
11206
+ """
11207
+ pulumi.set(__self__, "type", type)
11208
+ if license_type is not None:
11209
+ pulumi.set(__self__, "license_type", license_type)
11210
+ if os_version is not None:
11211
+ pulumi.set(__self__, "os_version", os_version)
11212
+
11213
+ @property
11214
+ @pulumi.getter
11215
+ def type(self) -> str:
11216
+ """
11217
+ (Updatable) Operating System type of the Configuration.
11218
+ """
11219
+ return pulumi.get(self, "type")
11220
+
11221
+ @property
11222
+ @pulumi.getter(name="licenseType")
11223
+ def license_type(self) -> Optional[str]:
11224
+ """
11225
+ (Updatable) License Type for the OS license.
11226
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
11227
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
11228
+ """
11229
+ return pulumi.get(self, "license_type")
11230
+
11231
+ @property
11232
+ @pulumi.getter(name="osVersion")
11233
+ def os_version(self) -> Optional[str]:
11234
+ """
11235
+ The Operating System version of the license config.
11236
+ """
11237
+ return pulumi.get(self, "os_version")
11238
+
11239
+
11036
11240
  @pulumi.output_type
11037
11241
  class InstancePlatformConfig(dict):
11038
11242
  @staticmethod
@@ -14372,9 +14576,9 @@ class VirtualCircuitVirtualCircuitRedundancyMetadata(dict):
14372
14576
  ipv4bgp_session_redundancy_status: Optional[str] = None,
14373
14577
  ipv6bgp_session_redundancy_status: Optional[str] = None):
14374
14578
  """
14375
- :param str configured_redundancy_level: The configured redundancy level of the virtual circuit
14376
- :param str ipv4bgp_session_redundancy_status: IPV4 BGP redundancy status indicates if the configured redundancy level is met
14377
- :param str ipv6bgp_session_redundancy_status: IPV6 BGP redundancy status indicates if the configured redundancy level is met
14579
+ :param str configured_redundancy_level: The configured redundancy level of the virtual circuit.
14580
+ :param str ipv4bgp_session_redundancy_status: Indicates if the configured level is met for IPv4 BGP redundancy.
14581
+ :param str ipv6bgp_session_redundancy_status: Indicates if the configured level is met for IPv6 BGP redundancy.
14378
14582
  """
14379
14583
  if configured_redundancy_level is not None:
14380
14584
  pulumi.set(__self__, "configured_redundancy_level", configured_redundancy_level)
@@ -14387,7 +14591,7 @@ class VirtualCircuitVirtualCircuitRedundancyMetadata(dict):
14387
14591
  @pulumi.getter(name="configuredRedundancyLevel")
14388
14592
  def configured_redundancy_level(self) -> Optional[str]:
14389
14593
  """
14390
- The configured redundancy level of the virtual circuit
14594
+ The configured redundancy level of the virtual circuit.
14391
14595
  """
14392
14596
  return pulumi.get(self, "configured_redundancy_level")
14393
14597
 
@@ -14395,7 +14599,7 @@ class VirtualCircuitVirtualCircuitRedundancyMetadata(dict):
14395
14599
  @pulumi.getter(name="ipv4bgpSessionRedundancyStatus")
14396
14600
  def ipv4bgp_session_redundancy_status(self) -> Optional[str]:
14397
14601
  """
14398
- IPV4 BGP redundancy status indicates if the configured redundancy level is met
14602
+ Indicates if the configured level is met for IPv4 BGP redundancy.
14399
14603
  """
14400
14604
  return pulumi.get(self, "ipv4bgp_session_redundancy_status")
14401
14605
 
@@ -14403,7 +14607,7 @@ class VirtualCircuitVirtualCircuitRedundancyMetadata(dict):
14403
14607
  @pulumi.getter(name="ipv6bgpSessionRedundancyStatus")
14404
14608
  def ipv6bgp_session_redundancy_status(self) -> Optional[str]:
14405
14609
  """
14406
- IPV6 BGP redundancy status indicates if the configured redundancy level is met
14610
+ Indicates if the configured level is met for IPv6 BGP redundancy.
14407
14611
  """
14408
14612
  return pulumi.get(self, "ipv6bgp_session_redundancy_status")
14409
14613
 
@@ -14471,6 +14675,8 @@ class VnicAttachmentCreateVnicDetails(dict):
14471
14675
  suggest = "nsg_ids"
14472
14676
  elif key == "privateIp":
14473
14677
  suggest = "private_ip"
14678
+ elif key == "routeTableId":
14679
+ suggest = "route_table_id"
14474
14680
  elif key == "securityAttributes":
14475
14681
  suggest = "security_attributes"
14476
14682
  elif key == "skipSourceDestCheck":
@@ -14502,6 +14708,7 @@ class VnicAttachmentCreateVnicDetails(dict):
14502
14708
  ipv6address_ipv6subnet_cidr_pair_details: Optional[Sequence['outputs.VnicAttachmentCreateVnicDetailsIpv6addressIpv6subnetCidrPairDetail']] = None,
14503
14709
  nsg_ids: Optional[Sequence[str]] = None,
14504
14710
  private_ip: Optional[str] = None,
14711
+ route_table_id: Optional[str] = None,
14505
14712
  security_attributes: Optional[Mapping[str, str]] = None,
14506
14713
  skip_source_dest_check: Optional[bool] = None,
14507
14714
  subnet_id: Optional[str] = None,
@@ -14574,6 +14781,8 @@ class VnicAttachmentCreateVnicDetails(dict):
14574
14781
  pulumi.set(__self__, "nsg_ids", nsg_ids)
14575
14782
  if private_ip is not None:
14576
14783
  pulumi.set(__self__, "private_ip", private_ip)
14784
+ if route_table_id is not None:
14785
+ pulumi.set(__self__, "route_table_id", route_table_id)
14577
14786
  if security_attributes is not None:
14578
14787
  pulumi.set(__self__, "security_attributes", security_attributes)
14579
14788
  if skip_source_dest_check is not None:
@@ -14687,6 +14896,11 @@ class VnicAttachmentCreateVnicDetails(dict):
14687
14896
  """
14688
14897
  return pulumi.get(self, "private_ip")
14689
14898
 
14899
+ @property
14900
+ @pulumi.getter(name="routeTableId")
14901
+ def route_table_id(self) -> Optional[str]:
14902
+ return pulumi.get(self, "route_table_id")
14903
+
14690
14904
  @property
14691
14905
  @pulumi.getter(name="securityAttributes")
14692
14906
  def security_attributes(self) -> Optional[Mapping[str, str]]:
@@ -27065,6 +27279,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
27065
27279
  is_pv_encryption_in_transit_enabled: bool,
27066
27280
  launch_mode: str,
27067
27281
  launch_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult'],
27282
+ licensing_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult'],
27068
27283
  metadata: Mapping[str, str],
27069
27284
  platform_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult'],
27070
27285
  preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult'],
@@ -27096,13 +27311,14 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
27096
27311
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
27097
27312
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
27098
27313
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
27314
+ :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigArgs'] licensing_configs: List of licensing configurations associated with target launch values.
27099
27315
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
27100
27316
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
27101
27317
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
27102
27318
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
27103
27319
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
27104
27320
  * `REBOOT` - Run maintenance using a reboot.
27105
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27321
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27106
27322
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
27107
27323
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
27108
27324
  """
@@ -27124,6 +27340,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
27124
27340
  pulumi.set(__self__, "is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
27125
27341
  pulumi.set(__self__, "launch_mode", launch_mode)
27126
27342
  pulumi.set(__self__, "launch_options", launch_options)
27343
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
27127
27344
  pulumi.set(__self__, "metadata", metadata)
27128
27345
  pulumi.set(__self__, "platform_configs", platform_configs)
27129
27346
  pulumi.set(__self__, "preemptible_instance_configs", preemptible_instance_configs)
@@ -27281,6 +27498,14 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
27281
27498
  """
27282
27499
  return pulumi.get(self, "launch_options")
27283
27500
 
27501
+ @property
27502
+ @pulumi.getter(name="licensingConfigs")
27503
+ def licensing_configs(self) -> Sequence['outputs.GetInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult']:
27504
+ """
27505
+ List of licensing configurations associated with target launch values.
27506
+ """
27507
+ return pulumi.get(self, "licensing_configs")
27508
+
27284
27509
  @property
27285
27510
  @pulumi.getter
27286
27511
  def metadata(self) -> Mapping[str, str]:
@@ -27319,7 +27544,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailResult(dict):
27319
27544
  @pulumi.getter(name="securityAttributes")
27320
27545
  def security_attributes(self) -> Mapping[str, str]:
27321
27546
  """
27322
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27547
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27323
27548
  """
27324
27549
  return pulumi.get(self, "security_attributes")
27325
27550
 
@@ -27485,7 +27710,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
27485
27710
  :param Sequence['GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
27486
27711
  :param Sequence[str] nsg_ids: 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/).
27487
27712
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
27488
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27713
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27489
27714
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
27490
27715
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
27491
27716
  """
@@ -27587,7 +27812,7 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailResult(d
27587
27812
  @pulumi.getter(name="securityAttributes")
27588
27813
  def security_attributes(self) -> Mapping[str, str]:
27589
27814
  """
27590
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27815
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
27591
27816
  """
27592
27817
  return pulumi.get(self, "security_attributes")
27593
27818
 
@@ -27758,6 +27983,39 @@ class GetInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult(dict)
27758
27983
  return pulumi.get(self, "remote_data_volume_type")
27759
27984
 
27760
27985
 
27986
+ @pulumi.output_type
27987
+ class GetInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult(dict):
27988
+ def __init__(__self__, *,
27989
+ license_type: str,
27990
+ type: str):
27991
+ """
27992
+ :param str license_type: License Type for the OS license.
27993
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
27994
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
27995
+ :param str type: The type of action to run when the instance is interrupted for eviction.
27996
+ """
27997
+ pulumi.set(__self__, "license_type", license_type)
27998
+ pulumi.set(__self__, "type", type)
27999
+
28000
+ @property
28001
+ @pulumi.getter(name="licenseType")
28002
+ def license_type(self) -> str:
28003
+ """
28004
+ License Type for the OS license.
28005
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
28006
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
28007
+ """
28008
+ return pulumi.get(self, "license_type")
28009
+
28010
+ @property
28011
+ @pulumi.getter
28012
+ def type(self) -> str:
28013
+ """
28014
+ The type of action to run when the instance is interrupted for eviction.
28015
+ """
28016
+ return pulumi.get(self, "type")
28017
+
28018
+
27761
28019
  @pulumi.output_type
27762
28020
  class GetInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dict):
27763
28021
  def __init__(__self__, *,
@@ -28581,6 +28839,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28581
28839
  is_pv_encryption_in_transit_enabled: bool,
28582
28840
  launch_mode: str,
28583
28841
  launch_options: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult'],
28842
+ licensing_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult'],
28584
28843
  metadata: Mapping[str, str],
28585
28844
  platform_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult'],
28586
28845
  preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult'],
@@ -28612,13 +28871,14 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28612
28871
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
28613
28872
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
28614
28873
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
28874
+ :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigArgs'] licensing_configs: List of licensing configurations associated with target launch values.
28615
28875
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
28616
28876
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
28617
28877
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
28618
28878
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
28619
28879
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
28620
28880
  * `REBOOT` - Run maintenance using a reboot.
28621
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
28881
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
28622
28882
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
28623
28883
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
28624
28884
  """
@@ -28640,6 +28900,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28640
28900
  pulumi.set(__self__, "is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
28641
28901
  pulumi.set(__self__, "launch_mode", launch_mode)
28642
28902
  pulumi.set(__self__, "launch_options", launch_options)
28903
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
28643
28904
  pulumi.set(__self__, "metadata", metadata)
28644
28905
  pulumi.set(__self__, "platform_configs", platform_configs)
28645
28906
  pulumi.set(__self__, "preemptible_instance_configs", preemptible_instance_configs)
@@ -28797,6 +29058,14 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28797
29058
  """
28798
29059
  return pulumi.get(self, "launch_options")
28799
29060
 
29061
+ @property
29062
+ @pulumi.getter(name="licensingConfigs")
29063
+ def licensing_configs(self) -> Sequence['outputs.GetInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult']:
29064
+ """
29065
+ List of licensing configurations associated with target launch values.
29066
+ """
29067
+ return pulumi.get(self, "licensing_configs")
29068
+
28800
29069
  @property
28801
29070
  @pulumi.getter
28802
29071
  def metadata(self) -> Mapping[str, str]:
@@ -28835,7 +29104,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailResult(dict):
28835
29104
  @pulumi.getter(name="securityAttributes")
28836
29105
  def security_attributes(self) -> Mapping[str, str]:
28837
29106
  """
28838
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29107
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
28839
29108
  """
28840
29109
  return pulumi.get(self, "security_attributes")
28841
29110
 
@@ -29001,7 +29270,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
29001
29270
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
29002
29271
  :param Sequence[str] nsg_ids: 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/).
29003
29272
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29004
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29273
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29005
29274
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29006
29275
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29007
29276
  """
@@ -29103,7 +29372,7 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailRe
29103
29372
  @pulumi.getter(name="securityAttributes")
29104
29373
  def security_attributes(self) -> Mapping[str, str]:
29105
29374
  """
29106
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29375
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29107
29376
  """
29108
29377
  return pulumi.get(self, "security_attributes")
29109
29378
 
@@ -29274,6 +29543,39 @@ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult
29274
29543
  return pulumi.get(self, "remote_data_volume_type")
29275
29544
 
29276
29545
 
29546
+ @pulumi.output_type
29547
+ class GetInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult(dict):
29548
+ def __init__(__self__, *,
29549
+ license_type: str,
29550
+ type: str):
29551
+ """
29552
+ :param str license_type: License Type for the OS license.
29553
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
29554
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
29555
+ :param str type: The type of action to run when the instance is interrupted for eviction.
29556
+ """
29557
+ pulumi.set(__self__, "license_type", license_type)
29558
+ pulumi.set(__self__, "type", type)
29559
+
29560
+ @property
29561
+ @pulumi.getter(name="licenseType")
29562
+ def license_type(self) -> str:
29563
+ """
29564
+ License Type for the OS license.
29565
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
29566
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
29567
+ """
29568
+ return pulumi.get(self, "license_type")
29569
+
29570
+ @property
29571
+ @pulumi.getter
29572
+ def type(self) -> str:
29573
+ """
29574
+ The type of action to run when the instance is interrupted for eviction.
29575
+ """
29576
+ return pulumi.get(self, "type")
29577
+
29578
+
29277
29579
  @pulumi.output_type
29278
29580
  class GetInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult(dict):
29279
29581
  def __init__(__self__, *,
@@ -29713,7 +30015,7 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
29713
30015
  :param Sequence['GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
29714
30016
  :param Sequence[str] nsg_ids: 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/).
29715
30017
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29716
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30018
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29717
30019
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29718
30020
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29719
30021
  """
@@ -29815,7 +30117,7 @@ class GetInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailR
29815
30117
  @pulumi.getter(name="securityAttributes")
29816
30118
  def security_attributes(self) -> Mapping[str, str]:
29817
30119
  """
29818
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30120
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29819
30121
  """
29820
30122
  return pulumi.get(self, "security_attributes")
29821
30123
 
@@ -29932,7 +30234,7 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
29932
30234
  :param Sequence['GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
29933
30235
  :param Sequence[str] nsg_ids: 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/).
29934
30236
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29935
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30237
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
29936
30238
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29937
30239
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
29938
30240
  """
@@ -30034,7 +30336,7 @@ class GetInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailResult(
30034
30336
  @pulumi.getter(name="securityAttributes")
30035
30337
  def security_attributes(self) -> Mapping[str, str]:
30036
30338
  """
30037
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30339
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30038
30340
  """
30039
30341
  return pulumi.get(self, "security_attributes")
30040
30342
 
@@ -30684,6 +30986,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30684
30986
  is_pv_encryption_in_transit_enabled: bool,
30685
30987
  launch_mode: str,
30686
30988
  launch_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionResult'],
30989
+ licensing_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult'],
30687
30990
  metadata: Mapping[str, str],
30688
30991
  platform_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult'],
30689
30992
  preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigResult'],
@@ -30715,13 +31018,14 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30715
31018
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
30716
31019
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
30717
31020
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
31021
+ :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigArgs'] licensing_configs: List of licensing configurations associated with target launch values.
30718
31022
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
30719
31023
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
30720
31024
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
30721
31025
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
30722
31026
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
30723
31027
  * `REBOOT` - Run maintenance using a reboot.
30724
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31028
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30725
31029
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
30726
31030
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
30727
31031
  """
@@ -30743,6 +31047,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30743
31047
  pulumi.set(__self__, "is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
30744
31048
  pulumi.set(__self__, "launch_mode", launch_mode)
30745
31049
  pulumi.set(__self__, "launch_options", launch_options)
31050
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
30746
31051
  pulumi.set(__self__, "metadata", metadata)
30747
31052
  pulumi.set(__self__, "platform_configs", platform_configs)
30748
31053
  pulumi.set(__self__, "preemptible_instance_configs", preemptible_instance_configs)
@@ -30900,6 +31205,14 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30900
31205
  """
30901
31206
  return pulumi.get(self, "launch_options")
30902
31207
 
31208
+ @property
31209
+ @pulumi.getter(name="licensingConfigs")
31210
+ def licensing_configs(self) -> Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult']:
31211
+ """
31212
+ List of licensing configurations associated with target launch values.
31213
+ """
31214
+ return pulumi.get(self, "licensing_configs")
31215
+
30903
31216
  @property
30904
31217
  @pulumi.getter
30905
31218
  def metadata(self) -> Mapping[str, str]:
@@ -30938,7 +31251,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailRe
30938
31251
  @pulumi.getter(name="securityAttributes")
30939
31252
  def security_attributes(self) -> Mapping[str, str]:
30940
31253
  """
30941
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31254
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
30942
31255
  """
30943
31256
  return pulumi.get(self, "security_attributes")
30944
31257
 
@@ -31104,7 +31417,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
31104
31417
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
31105
31418
  :param Sequence[str] nsg_ids: 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/).
31106
31419
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
31107
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31420
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31108
31421
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
31109
31422
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
31110
31423
  """
@@ -31206,7 +31519,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailCr
31206
31519
  @pulumi.getter(name="securityAttributes")
31207
31520
  def security_attributes(self) -> Mapping[str, str]:
31208
31521
  """
31209
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31522
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
31210
31523
  """
31211
31524
  return pulumi.get(self, "security_attributes")
31212
31525
 
@@ -31377,6 +31690,39 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLa
31377
31690
  return pulumi.get(self, "remote_data_volume_type")
31378
31691
 
31379
31692
 
31693
+ @pulumi.output_type
31694
+ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailLicensingConfigResult(dict):
31695
+ def __init__(__self__, *,
31696
+ license_type: str,
31697
+ type: str):
31698
+ """
31699
+ :param str license_type: License Type for the OS license.
31700
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
31701
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
31702
+ :param str type: The type of action to run when the instance is interrupted for eviction.
31703
+ """
31704
+ pulumi.set(__self__, "license_type", license_type)
31705
+ pulumi.set(__self__, "type", type)
31706
+
31707
+ @property
31708
+ @pulumi.getter(name="licenseType")
31709
+ def license_type(self) -> str:
31710
+ """
31711
+ License Type for the OS license.
31712
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
31713
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
31714
+ """
31715
+ return pulumi.get(self, "license_type")
31716
+
31717
+ @property
31718
+ @pulumi.getter
31719
+ def type(self) -> str:
31720
+ """
31721
+ The type of action to run when the instance is interrupted for eviction.
31722
+ """
31723
+ return pulumi.get(self, "type")
31724
+
31725
+
31380
31726
  @pulumi.output_type
31381
31727
  class GetInstanceConfigurationsInstanceConfigurationInstanceDetailLaunchDetailPlatformConfigResult(dict):
31382
31728
  def __init__(__self__, *,
@@ -32200,6 +32546,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32200
32546
  is_pv_encryption_in_transit_enabled: bool,
32201
32547
  launch_mode: str,
32202
32548
  launch_options: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionResult'],
32549
+ licensing_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult'],
32203
32550
  metadata: Mapping[str, str],
32204
32551
  platform_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult'],
32205
32552
  preemptible_instance_configs: Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigResult'],
@@ -32231,13 +32578,14 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32231
32578
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
32232
32579
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
32233
32580
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
32581
+ :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigArgs'] licensing_configs: List of licensing configurations associated with target launch values.
32234
32582
  :param Mapping[str, str] metadata: Custom metadata key/value pairs that you provide, such as the SSH public key required to connect to the instance.
32235
32583
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigArgs'] platform_configs: The platform configuration requested for the instance.
32236
32584
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPreemptibleInstanceConfigArgs'] preemptible_instance_configs: Configuration options for preemptible instances.
32237
32585
  :param str preferred_maintenance_action: The preferred maintenance action for an instance. The default is LIVE_MIGRATE, if live migration is supported.
32238
32586
  * `LIVE_MIGRATE` - Run maintenance using a live migration.
32239
32587
  * `REBOOT` - Run maintenance using a reboot.
32240
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32588
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32241
32589
  :param str shape: The shape of an instance. The shape determines the number of CPUs, amount of memory, and other resources allocated to the instance.
32242
32590
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailShapeConfigArgs'] shape_configs: The shape configuration requested for the instance.
32243
32591
  """
@@ -32259,6 +32607,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32259
32607
  pulumi.set(__self__, "is_pv_encryption_in_transit_enabled", is_pv_encryption_in_transit_enabled)
32260
32608
  pulumi.set(__self__, "launch_mode", launch_mode)
32261
32609
  pulumi.set(__self__, "launch_options", launch_options)
32610
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
32262
32611
  pulumi.set(__self__, "metadata", metadata)
32263
32612
  pulumi.set(__self__, "platform_configs", platform_configs)
32264
32613
  pulumi.set(__self__, "preemptible_instance_configs", preemptible_instance_configs)
@@ -32416,6 +32765,14 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32416
32765
  """
32417
32766
  return pulumi.get(self, "launch_options")
32418
32767
 
32768
+ @property
32769
+ @pulumi.getter(name="licensingConfigs")
32770
+ def licensing_configs(self) -> Sequence['outputs.GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult']:
32771
+ """
32772
+ List of licensing configurations associated with target launch values.
32773
+ """
32774
+ return pulumi.get(self, "licensing_configs")
32775
+
32419
32776
  @property
32420
32777
  @pulumi.getter
32421
32778
  def metadata(self) -> Mapping[str, str]:
@@ -32454,7 +32811,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32454
32811
  @pulumi.getter(name="securityAttributes")
32455
32812
  def security_attributes(self) -> Mapping[str, str]:
32456
32813
  """
32457
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32814
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32458
32815
  """
32459
32816
  return pulumi.get(self, "security_attributes")
32460
32817
 
@@ -32620,7 +32977,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32620
32977
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
32621
32978
  :param Sequence[str] nsg_ids: 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/).
32622
32979
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
32623
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32980
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32624
32981
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
32625
32982
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
32626
32983
  """
@@ -32722,7 +33079,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32722
33079
  @pulumi.getter(name="securityAttributes")
32723
33080
  def security_attributes(self) -> Mapping[str, str]:
32724
33081
  """
32725
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33082
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
32726
33083
  """
32727
33084
  return pulumi.get(self, "security_attributes")
32728
33085
 
@@ -32893,6 +33250,39 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDe
32893
33250
  return pulumi.get(self, "remote_data_volume_type")
32894
33251
 
32895
33252
 
33253
+ @pulumi.output_type
33254
+ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailLicensingConfigResult(dict):
33255
+ def __init__(__self__, *,
33256
+ license_type: str,
33257
+ type: str):
33258
+ """
33259
+ :param str license_type: License Type for the OS license.
33260
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
33261
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
33262
+ :param str type: The type of action to run when the instance is interrupted for eviction.
33263
+ """
33264
+ pulumi.set(__self__, "license_type", license_type)
33265
+ pulumi.set(__self__, "type", type)
33266
+
33267
+ @property
33268
+ @pulumi.getter(name="licenseType")
33269
+ def license_type(self) -> str:
33270
+ """
33271
+ License Type for the OS license.
33272
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
33273
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
33274
+ """
33275
+ return pulumi.get(self, "license_type")
33276
+
33277
+ @property
33278
+ @pulumi.getter
33279
+ def type(self) -> str:
33280
+ """
33281
+ The type of action to run when the instance is interrupted for eviction.
33282
+ """
33283
+ return pulumi.get(self, "type")
33284
+
33285
+
32896
33286
  @pulumi.output_type
32897
33287
  class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionLaunchDetailPlatformConfigResult(dict):
32898
33288
  def __init__(__self__, *,
@@ -33332,7 +33722,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
33332
33722
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
33333
33723
  :param Sequence[str] nsg_ids: 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/).
33334
33724
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33335
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33725
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33336
33726
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33337
33727
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33338
33728
  """
@@ -33434,7 +33824,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailOptionSecondar
33434
33824
  @pulumi.getter(name="securityAttributes")
33435
33825
  def security_attributes(self) -> Mapping[str, str]:
33436
33826
  """
33437
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33827
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33438
33828
  """
33439
33829
  return pulumi.get(self, "security_attributes")
33440
33830
 
@@ -33551,7 +33941,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
33551
33941
  :param Sequence['GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailArgs'] ipv6address_ipv6subnet_cidr_pair_details: A list of IPv6 prefix ranges from which the VNIC should be assigned an IPv6 address. You can provide only the prefix ranges and Oracle Cloud Infrastructure selects an available address from the range. You can optionally choose to leave the prefix range empty and instead provide the specific IPv6 address that should be used from within that range.
33552
33942
  :param Sequence[str] nsg_ids: 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/).
33553
33943
  :param str private_ip: A private IP address of your choice to assign to the VNIC. See the `privateIp` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33554
- :param Mapping[str, str] security_attributes: Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33944
+ :param Mapping[str, str] security_attributes: [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33555
33945
  :param bool skip_source_dest_check: Whether the source/destination check is disabled on the VNIC. See the `skipSourceDestCheck` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33556
33946
  :param str subnet_id: The OCID of the subnet to create the VNIC in. See the `subnetId` attribute of [CreateVnicDetails](https://docs.cloud.oracle.com/iaas/api/#/en/iaas/latest/CreateVnicDetails/) for more information.
33557
33947
  """
@@ -33653,7 +34043,7 @@ class GetInstanceConfigurationsInstanceConfigurationInstanceDetailSecondaryVnicC
33653
34043
  @pulumi.getter(name="securityAttributes")
33654
34044
  def security_attributes(self) -> Mapping[str, str]:
33655
34045
  """
33656
- Security Attributes for this resource. This is unique to ZPR, and helps identify which resources are allowed to be accessed by what permission controls. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
34046
+ [Security attributes](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/zpr-artifacts.htm#security-attributes) are labels for a resource that can be referenced in a [Zero Trust Packet Routing](https://docs.cloud.oracle.com/iaas/Content/zero-trust-packet-routing/overview.htm) (ZPR) policy to control access to ZPR-supported resources. Example: `{"Oracle-DataSecurity-ZPR": {"MaxEgressCount": {"value":"42","mode":"audit"}}}`
33657
34047
  """
33658
34048
  return pulumi.get(self, "security_attributes")
33659
34049
 
@@ -34342,6 +34732,50 @@ class GetInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(dict):
34342
34732
  return pulumi.get(self, "vpus_per_gb")
34343
34733
 
34344
34734
 
34735
+ @pulumi.output_type
34736
+ class GetInstanceLicensingConfigResult(dict):
34737
+ def __init__(__self__, *,
34738
+ license_type: str,
34739
+ os_version: str,
34740
+ type: str):
34741
+ """
34742
+ :param str license_type: License Type for the OS license.
34743
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
34744
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
34745
+ :param str os_version: The Operating System version of the license config.
34746
+ :param str type: (Required) The type of action to run when the instance is interrupted for eviction.
34747
+ """
34748
+ pulumi.set(__self__, "license_type", license_type)
34749
+ pulumi.set(__self__, "os_version", os_version)
34750
+ pulumi.set(__self__, "type", type)
34751
+
34752
+ @property
34753
+ @pulumi.getter(name="licenseType")
34754
+ def license_type(self) -> str:
34755
+ """
34756
+ License Type for the OS license.
34757
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
34758
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
34759
+ """
34760
+ return pulumi.get(self, "license_type")
34761
+
34762
+ @property
34763
+ @pulumi.getter(name="osVersion")
34764
+ def os_version(self) -> str:
34765
+ """
34766
+ The Operating System version of the license config.
34767
+ """
34768
+ return pulumi.get(self, "os_version")
34769
+
34770
+ @property
34771
+ @pulumi.getter
34772
+ def type(self) -> str:
34773
+ """
34774
+ (Required) The type of action to run when the instance is interrupted for eviction.
34775
+ """
34776
+ return pulumi.get(self, "type")
34777
+
34778
+
34345
34779
  @pulumi.output_type
34346
34780
  class GetInstanceMaintenanceEventsFilterResult(dict):
34347
34781
  def __init__(__self__, *,
@@ -36268,6 +36702,7 @@ class GetInstancesInstanceResult(dict):
36268
36702
  launch_mode: str,
36269
36703
  launch_options: Sequence['outputs.GetInstancesInstanceLaunchOptionResult'],
36270
36704
  launch_volume_attachments: Sequence['outputs.GetInstancesInstanceLaunchVolumeAttachmentResult'],
36705
+ licensing_configs: Sequence['outputs.GetInstancesInstanceLicensingConfigResult'],
36271
36706
  metadata: Mapping[str, str],
36272
36707
  platform_configs: Sequence['outputs.GetInstancesInstancePlatformConfigResult'],
36273
36708
  preemptible_instance_configs: Sequence['outputs.GetInstancesInstancePreemptibleInstanceConfigResult'],
@@ -36315,6 +36750,7 @@ class GetInstancesInstanceResult(dict):
36315
36750
  * `PARAVIRTUALIZED` - VM instances launch with paravirtualized devices using VirtIO drivers.
36316
36751
  * `CUSTOM` - VM instances launch with custom configuration settings specified in the `LaunchOptions` parameter.
36317
36752
  :param Sequence['GetInstancesInstanceLaunchOptionArgs'] launch_options: Options for tuning the compatibility and performance of VM shapes. The values that you specify override any default values.
36753
+ :param Sequence['GetInstancesInstanceLicensingConfigArgs'] licensing_configs: List of licensing configurations associated with the instance.
36318
36754
  :param Mapping[str, str] metadata: Custom metadata that you provide.
36319
36755
  :param Sequence['GetInstancesInstancePlatformConfigArgs'] platform_configs: The platform configuration for the instance.
36320
36756
  :param Sequence['GetInstancesInstancePreemptibleInstanceConfigArgs'] preemptible_instance_configs: (Optional) Configuration options for preemptible instances.
@@ -36356,6 +36792,7 @@ class GetInstancesInstanceResult(dict):
36356
36792
  pulumi.set(__self__, "launch_mode", launch_mode)
36357
36793
  pulumi.set(__self__, "launch_options", launch_options)
36358
36794
  pulumi.set(__self__, "launch_volume_attachments", launch_volume_attachments)
36795
+ pulumi.set(__self__, "licensing_configs", licensing_configs)
36359
36796
  pulumi.set(__self__, "metadata", metadata)
36360
36797
  pulumi.set(__self__, "platform_configs", platform_configs)
36361
36798
  pulumi.set(__self__, "preemptible_instance_configs", preemptible_instance_configs)
@@ -36586,6 +37023,14 @@ class GetInstancesInstanceResult(dict):
36586
37023
  def launch_volume_attachments(self) -> Sequence['outputs.GetInstancesInstanceLaunchVolumeAttachmentResult']:
36587
37024
  return pulumi.get(self, "launch_volume_attachments")
36588
37025
 
37026
+ @property
37027
+ @pulumi.getter(name="licensingConfigs")
37028
+ def licensing_configs(self) -> Sequence['outputs.GetInstancesInstanceLicensingConfigResult']:
37029
+ """
37030
+ List of licensing configurations associated with the instance.
37031
+ """
37032
+ return pulumi.get(self, "licensing_configs")
37033
+
36589
37034
  @property
36590
37035
  @pulumi.getter
36591
37036
  def metadata(self) -> Mapping[str, str]:
@@ -37253,6 +37698,50 @@ class GetInstancesInstanceLaunchVolumeAttachmentLaunchCreateVolumeDetailResult(d
37253
37698
  return pulumi.get(self, "vpus_per_gb")
37254
37699
 
37255
37700
 
37701
+ @pulumi.output_type
37702
+ class GetInstancesInstanceLicensingConfigResult(dict):
37703
+ def __init__(__self__, *,
37704
+ license_type: str,
37705
+ os_version: str,
37706
+ type: str):
37707
+ """
37708
+ :param str license_type: License Type for the OS license.
37709
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
37710
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
37711
+ :param str os_version: The Operating System version of the license config.
37712
+ :param str type: (Required) The type of action to run when the instance is interrupted for eviction.
37713
+ """
37714
+ pulumi.set(__self__, "license_type", license_type)
37715
+ pulumi.set(__self__, "os_version", os_version)
37716
+ pulumi.set(__self__, "type", type)
37717
+
37718
+ @property
37719
+ @pulumi.getter(name="licenseType")
37720
+ def license_type(self) -> str:
37721
+ """
37722
+ License Type for the OS license.
37723
+ * `OCI_PROVIDED` - Oracle Cloud Infrastructure provided license (e.g. metered $/OCPU-hour).
37724
+ * `BRING_YOUR_OWN_LICENSE` - Bring your own license.
37725
+ """
37726
+ return pulumi.get(self, "license_type")
37727
+
37728
+ @property
37729
+ @pulumi.getter(name="osVersion")
37730
+ def os_version(self) -> str:
37731
+ """
37732
+ The Operating System version of the license config.
37733
+ """
37734
+ return pulumi.get(self, "os_version")
37735
+
37736
+ @property
37737
+ @pulumi.getter
37738
+ def type(self) -> str:
37739
+ """
37740
+ (Required) The type of action to run when the instance is interrupted for eviction.
37741
+ """
37742
+ return pulumi.get(self, "type")
37743
+
37744
+
37256
37745
  @pulumi.output_type
37257
37746
  class GetInstancesInstancePlatformConfigResult(dict):
37258
37747
  def __init__(__self__, *,
@@ -39932,6 +40421,7 @@ class GetIpv6sIpv6Result(dict):
39932
40421
  id: str,
39933
40422
  ip_address: str,
39934
40423
  ipv6subnet_cidr: str,
40424
+ route_table_id: str,
39935
40425
  state: str,
39936
40426
  subnet_id: str,
39937
40427
  time_created: str,
@@ -39955,6 +40445,7 @@ class GetIpv6sIpv6Result(dict):
39955
40445
  pulumi.set(__self__, "id", id)
39956
40446
  pulumi.set(__self__, "ip_address", ip_address)
39957
40447
  pulumi.set(__self__, "ipv6subnet_cidr", ipv6subnet_cidr)
40448
+ pulumi.set(__self__, "route_table_id", route_table_id)
39958
40449
  pulumi.set(__self__, "state", state)
39959
40450
  pulumi.set(__self__, "subnet_id", subnet_id)
39960
40451
  pulumi.set(__self__, "time_created", time_created)
@@ -40013,6 +40504,11 @@ class GetIpv6sIpv6Result(dict):
40013
40504
  def ipv6subnet_cidr(self) -> str:
40014
40505
  return pulumi.get(self, "ipv6subnet_cidr")
40015
40506
 
40507
+ @property
40508
+ @pulumi.getter(name="routeTableId")
40509
+ def route_table_id(self) -> str:
40510
+ return pulumi.get(self, "route_table_id")
40511
+
40016
40512
  @property
40017
40513
  @pulumi.getter
40018
40514
  def state(self) -> str:
@@ -41160,6 +41656,7 @@ class GetPrivateIpsPrivateIpResult(dict):
41160
41656
  ip_address: str,
41161
41657
  is_primary: bool,
41162
41658
  is_reserved: bool,
41659
+ route_table_id: str,
41163
41660
  subnet_id: str,
41164
41661
  time_created: str,
41165
41662
  vlan_id: str,
@@ -41190,6 +41687,7 @@ class GetPrivateIpsPrivateIpResult(dict):
41190
41687
  pulumi.set(__self__, "ip_address", ip_address)
41191
41688
  pulumi.set(__self__, "is_primary", is_primary)
41192
41689
  pulumi.set(__self__, "is_reserved", is_reserved)
41690
+ pulumi.set(__self__, "route_table_id", route_table_id)
41193
41691
  pulumi.set(__self__, "subnet_id", subnet_id)
41194
41692
  pulumi.set(__self__, "time_created", time_created)
41195
41693
  pulumi.set(__self__, "vlan_id", vlan_id)
@@ -41275,6 +41773,11 @@ class GetPrivateIpsPrivateIpResult(dict):
41275
41773
  """
41276
41774
  return pulumi.get(self, "is_reserved")
41277
41775
 
41776
+ @property
41777
+ @pulumi.getter(name="routeTableId")
41778
+ def route_table_id(self) -> str:
41779
+ return pulumi.get(self, "route_table_id")
41780
+
41278
41781
  @property
41279
41782
  @pulumi.getter(name="subnetId")
41280
41783
  def subnet_id(self) -> str:
@@ -45571,9 +46074,9 @@ class GetVirtualCircuitVirtualCircuitRedundancyMetadataResult(dict):
45571
46074
  ipv4bgp_session_redundancy_status: str,
45572
46075
  ipv6bgp_session_redundancy_status: str):
45573
46076
  """
45574
- :param str configured_redundancy_level: The configured redundancy level of the virtual circuit
45575
- :param str ipv4bgp_session_redundancy_status: IPV4 BGP redundancy status indicates if the configured redundancy level is met
45576
- :param str ipv6bgp_session_redundancy_status: IPV6 BGP redundancy status indicates if the configured redundancy level is met
46077
+ :param str configured_redundancy_level: The configured redundancy level of the virtual circuit.
46078
+ :param str ipv4bgp_session_redundancy_status: Indicates if the configured level is met for IPv4 BGP redundancy.
46079
+ :param str ipv6bgp_session_redundancy_status: Indicates if the configured level is met for IPv6 BGP redundancy.
45577
46080
  """
45578
46081
  pulumi.set(__self__, "configured_redundancy_level", configured_redundancy_level)
45579
46082
  pulumi.set(__self__, "ipv4bgp_session_redundancy_status", ipv4bgp_session_redundancy_status)
@@ -45583,7 +46086,7 @@ class GetVirtualCircuitVirtualCircuitRedundancyMetadataResult(dict):
45583
46086
  @pulumi.getter(name="configuredRedundancyLevel")
45584
46087
  def configured_redundancy_level(self) -> str:
45585
46088
  """
45586
- The configured redundancy level of the virtual circuit
46089
+ The configured redundancy level of the virtual circuit.
45587
46090
  """
45588
46091
  return pulumi.get(self, "configured_redundancy_level")
45589
46092
 
@@ -45591,7 +46094,7 @@ class GetVirtualCircuitVirtualCircuitRedundancyMetadataResult(dict):
45591
46094
  @pulumi.getter(name="ipv4bgpSessionRedundancyStatus")
45592
46095
  def ipv4bgp_session_redundancy_status(self) -> str:
45593
46096
  """
45594
- IPV4 BGP redundancy status indicates if the configured redundancy level is met
46097
+ Indicates if the configured level is met for IPv4 BGP redundancy.
45595
46098
  """
45596
46099
  return pulumi.get(self, "ipv4bgp_session_redundancy_status")
45597
46100
 
@@ -45599,7 +46102,7 @@ class GetVirtualCircuitVirtualCircuitRedundancyMetadataResult(dict):
45599
46102
  @pulumi.getter(name="ipv6bgpSessionRedundancyStatus")
45600
46103
  def ipv6bgp_session_redundancy_status(self) -> str:
45601
46104
  """
45602
- IPV6 BGP redundancy status indicates if the configured redundancy level is met
46105
+ Indicates if the configured level is met for IPv6 BGP redundancy.
45603
46106
  """
45604
46107
  return pulumi.get(self, "ipv6bgp_session_redundancy_status")
45605
46108
 
@@ -45695,7 +46198,7 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
45695
46198
  :param str state: A filter to return only resources that match the specified lifecycle state. The value is case insensitive.
45696
46199
  :param str time_created: The date and time the virtual circuit was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339). Example: `2016-08-25T21:10:29.600Z`
45697
46200
  :param str type: Whether the virtual circuit supports private or public peering. For more information, see [FastConnect Overview](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnect.htm).
45698
- :param Sequence['GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataArgs'] virtual_circuit_redundancy_metadatas: Redundancy level details of the virtual circuit
46201
+ :param Sequence['GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataArgs'] virtual_circuit_redundancy_metadatas: This resource provides redundancy level details for the virtual circuit. For more about redundancy, see [FastConnect Redundancy Best Practices](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnectresiliency.htm).
45699
46202
  """
45700
46203
  pulumi.set(__self__, "bandwidth_shape_name", bandwidth_shape_name)
45701
46204
  pulumi.set(__self__, "bgp_admin_state", bgp_admin_state)
@@ -45972,7 +46475,7 @@ class GetVirtualCircuitsVirtualCircuitResult(dict):
45972
46475
  @pulumi.getter(name="virtualCircuitRedundancyMetadatas")
45973
46476
  def virtual_circuit_redundancy_metadatas(self) -> Sequence['outputs.GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataResult']:
45974
46477
  """
45975
- Redundancy level details of the virtual circuit
46478
+ This resource provides redundancy level details for the virtual circuit. For more about redundancy, see [FastConnect Redundancy Best Practices](https://docs.cloud.oracle.com/iaas/Content/Network/Concepts/fastconnectresiliency.htm).
45976
46479
  """
45977
46480
  return pulumi.get(self, "virtual_circuit_redundancy_metadatas")
45978
46481
 
@@ -46080,9 +46583,9 @@ class GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataResult(dic
46080
46583
  ipv4bgp_session_redundancy_status: str,
46081
46584
  ipv6bgp_session_redundancy_status: str):
46082
46585
  """
46083
- :param str configured_redundancy_level: The configured redundancy level of the virtual circuit
46084
- :param str ipv4bgp_session_redundancy_status: IPV4 BGP redundancy status indicates if the configured redundancy level is met
46085
- :param str ipv6bgp_session_redundancy_status: IPV6 BGP redundancy status indicates if the configured redundancy level is met
46586
+ :param str configured_redundancy_level: The configured redundancy level of the virtual circuit.
46587
+ :param str ipv4bgp_session_redundancy_status: Indicates if the configured level is met for IPv4 BGP redundancy.
46588
+ :param str ipv6bgp_session_redundancy_status: Indicates if the configured level is met for IPv6 BGP redundancy.
46086
46589
  """
46087
46590
  pulumi.set(__self__, "configured_redundancy_level", configured_redundancy_level)
46088
46591
  pulumi.set(__self__, "ipv4bgp_session_redundancy_status", ipv4bgp_session_redundancy_status)
@@ -46092,7 +46595,7 @@ class GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataResult(dic
46092
46595
  @pulumi.getter(name="configuredRedundancyLevel")
46093
46596
  def configured_redundancy_level(self) -> str:
46094
46597
  """
46095
- The configured redundancy level of the virtual circuit
46598
+ The configured redundancy level of the virtual circuit.
46096
46599
  """
46097
46600
  return pulumi.get(self, "configured_redundancy_level")
46098
46601
 
@@ -46100,7 +46603,7 @@ class GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataResult(dic
46100
46603
  @pulumi.getter(name="ipv4bgpSessionRedundancyStatus")
46101
46604
  def ipv4bgp_session_redundancy_status(self) -> str:
46102
46605
  """
46103
- IPV4 BGP redundancy status indicates if the configured redundancy level is met
46606
+ Indicates if the configured level is met for IPv4 BGP redundancy.
46104
46607
  """
46105
46608
  return pulumi.get(self, "ipv4bgp_session_redundancy_status")
46106
46609
 
@@ -46108,7 +46611,7 @@ class GetVirtualCircuitsVirtualCircuitVirtualCircuitRedundancyMetadataResult(dic
46108
46611
  @pulumi.getter(name="ipv6bgpSessionRedundancyStatus")
46109
46612
  def ipv6bgp_session_redundancy_status(self) -> str:
46110
46613
  """
46111
- IPV6 BGP redundancy status indicates if the configured redundancy level is met
46614
+ Indicates if the configured level is met for IPv6 BGP redundancy.
46112
46615
  """
46113
46616
  return pulumi.get(self, "ipv6bgp_session_redundancy_status")
46114
46617
 
@@ -46674,6 +47177,7 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
46674
47177
  ipv6address_ipv6subnet_cidr_pair_details: Sequence['outputs.GetVnicAttachmentsVnicAttachmentCreateVnicDetailIpv6addressIpv6subnetCidrPairDetailResult'],
46675
47178
  nsg_ids: Sequence[str],
46676
47179
  private_ip: str,
47180
+ route_table_id: str,
46677
47181
  security_attributes: Mapping[str, str],
46678
47182
  skip_source_dest_check: bool,
46679
47183
  subnet_id: str,
@@ -46693,6 +47197,7 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
46693
47197
  pulumi.set(__self__, "ipv6address_ipv6subnet_cidr_pair_details", ipv6address_ipv6subnet_cidr_pair_details)
46694
47198
  pulumi.set(__self__, "nsg_ids", nsg_ids)
46695
47199
  pulumi.set(__self__, "private_ip", private_ip)
47200
+ pulumi.set(__self__, "route_table_id", route_table_id)
46696
47201
  pulumi.set(__self__, "security_attributes", security_attributes)
46697
47202
  pulumi.set(__self__, "skip_source_dest_check", skip_source_dest_check)
46698
47203
  pulumi.set(__self__, "subnet_id", subnet_id)
@@ -46751,6 +47256,11 @@ class GetVnicAttachmentsVnicAttachmentCreateVnicDetailResult(dict):
46751
47256
  def private_ip(self) -> str:
46752
47257
  return pulumi.get(self, "private_ip")
46753
47258
 
47259
+ @property
47260
+ @pulumi.getter(name="routeTableId")
47261
+ def route_table_id(self) -> str:
47262
+ return pulumi.get(self, "route_table_id")
47263
+
46754
47264
  @property
46755
47265
  @pulumi.getter(name="securityAttributes")
46756
47266
  def security_attributes(self) -> Mapping[str, str]: