InternetDrgAttachmentNetworkUpdateDetails

class oci.vn_monitoring.models.InternetDrgAttachmentNetworkUpdateDetails(**kwargs)

Bases: oci.vn_monitoring.models.drg_attachment_network_update_details.DrgAttachmentNetworkUpdateDetails

Update details for an Internet attachment for a DRG.

Attributes

TYPE_INTERNET str(object=’’) -> str
TYPE_LOOPBACK str(object=’’) -> str
TYPE_VCN str(object=’’) -> str
TYPE_VIRTUAL_CIRCUIT str(object=’’) -> str
byoip_range_ids Gets the byoip_range_ids of this InternetDrgAttachmentNetworkUpdateDetails.
type [Required] Gets the type of this DrgAttachmentNetworkUpdateDetails.

Methods

__init__(**kwargs) Initializes a new InternetDrgAttachmentNetworkUpdateDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_INTERNET = 'INTERNET'
TYPE_LOOPBACK = 'LOOPBACK'
TYPE_VCN = 'VCN'
TYPE_VIRTUAL_CIRCUIT = 'VIRTUAL_CIRCUIT'
__init__(**kwargs)

Initializes a new InternetDrgAttachmentNetworkUpdateDetails object with values from keyword arguments. The default value of the type attribute of this class is INTERNET and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this InternetDrgAttachmentNetworkUpdateDetails. Allowed values for this property are: “VCN”, “VIRTUAL_CIRCUIT”, “LOOPBACK”, “INTERNET”
  • byoip_range_ids (list[str]) – The value to assign to the byoip_range_ids property of this InternetDrgAttachmentNetworkUpdateDetails.
byoip_range_ids

Gets the byoip_range_ids of this InternetDrgAttachmentNetworkUpdateDetails. The list of BYOIP Range OCIDs accessible to the internet via this DRG.

Returns:The byoip_range_ids of this InternetDrgAttachmentNetworkUpdateDetails.
Return type:list[str]
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

type

[Required] Gets the type of this DrgAttachmentNetworkUpdateDetails. Allowed values for this property are: “VCN”, “VIRTUAL_CIRCUIT”, “LOOPBACK”, “INTERNET”

Returns:The type of this DrgAttachmentNetworkUpdateDetails.
Return type:str