ByoipRangeSummary¶
-
class
oci.core.models.
ByoipRangeSummary
(**kwargs)¶ Bases:
object
Information about a ByoipRange resource.
Methods
__init__
(**kwargs)Initializes a new ByoipRangeSummary object with values from keyword arguments. Attributes
byoip_range_vcn_ipv6_allocations
Gets the byoip_range_vcn_ipv6_allocations of this ByoipRangeSummary. cidr_block
Gets the cidr_block of this ByoipRangeSummary. compartment_id
Gets the compartment_id of this ByoipRangeSummary. defined_tags
Gets the defined_tags of this ByoipRangeSummary. display_name
Gets the display_name of this ByoipRangeSummary. freeform_tags
Gets the freeform_tags of this ByoipRangeSummary. id
Gets the id of this ByoipRangeSummary. ipv6_cidr_block
Gets the ipv6_cidr_block of this ByoipRangeSummary. lifecycle_details
Gets the lifecycle_details of this ByoipRangeSummary. lifecycle_state
Gets the lifecycle_state of this ByoipRangeSummary. time_created
Gets the time_created of this ByoipRangeSummary. -
__init__
(**kwargs)¶ Initializes a new ByoipRangeSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - byoip_range_vcn_ipv6_allocations (list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary]) – The value to assign to the byoip_range_vcn_ipv6_allocations property of this ByoipRangeSummary.
- cidr_block (str) – The value to assign to the cidr_block property of this ByoipRangeSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ByoipRangeSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ByoipRangeSummary.
- display_name (str) – The value to assign to the display_name property of this ByoipRangeSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ByoipRangeSummary.
- id (str) – The value to assign to the id property of this ByoipRangeSummary.
- ipv6_cidr_block (str) – The value to assign to the ipv6_cidr_block property of this ByoipRangeSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ByoipRangeSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ByoipRangeSummary.
- time_created (datetime) – The value to assign to the time_created property of this ByoipRangeSummary.
-
byoip_range_vcn_ipv6_allocations
¶ Gets the byoip_range_vcn_ipv6_allocations of this ByoipRangeSummary. A list of ByoipRangeVcnIpv6AllocationSummary objects.
Returns: The byoip_range_vcn_ipv6_allocations of this ByoipRangeSummary. Return type: list[oci.core.models.ByoipRangeVcnIpv6AllocationSummary]
-
cidr_block
¶ Gets the cidr_block of this ByoipRangeSummary. The public IPv4 address range you are importing to the Oracle cloud.
Returns: The cidr_block of this ByoipRangeSummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this ByoipRangeSummary. The OCID of the compartment containing the ByoipRange resource.
Returns: The compartment_id of this ByoipRangeSummary. Return type: str
Gets the defined_tags of this ByoipRangeSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ByoipRangeSummary. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this ByoipRangeSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this ByoipRangeSummary. Return type: str
Gets the freeform_tags of this ByoipRangeSummary. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this ByoipRangeSummary. Return type: dict(str, str)
-
id
¶ Gets the id of this ByoipRangeSummary. The OCID of the ByoipRange resource.
Returns: The id of this ByoipRangeSummary. Return type: str
-
ipv6_cidr_block
¶ Gets the ipv6_cidr_block of this ByoipRangeSummary. The IPv6 prefix being imported to the Oracle cloud. This prefix must be /48 or larger, and can be subdivided into sub-ranges used across multiple VCNs. A BYOIPv6 prefix can be assigned across multiple VCNs, and each VCN must be /64 or larger. You may specify a ULA or private IPv6 prefix of /64 or larger to use in the VCN. IPv6-enabled subnets will remain a fixed /64 in size.
Returns: The ipv6_cidr_block of this ByoipRangeSummary. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this ByoipRangeSummary. The Byoip Range’s current lifeCycle substate.
Returns: The lifecycle_details of this ByoipRangeSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ByoipRangeSummary. The ByoipRange resource’s current state.
Returns: The lifecycle_state of this ByoipRangeSummary. Return type: str
-