LoopbackDrgAttachmentNetworkUpdateDetails¶
-
class
oci.vn_monitoring.models.LoopbackDrgAttachmentNetworkUpdateDetails(**kwargs)¶ Bases:
oci.vn_monitoring.models.drg_attachment_network_update_details.DrgAttachmentNetworkUpdateDetailsSpecifies the update details for Loopback attachment.
Attributes
TYPE_INTERNETstr(object=’’) -> str TYPE_LOOPBACKstr(object=’’) -> str TYPE_VCNstr(object=’’) -> str TYPE_VIRTUAL_CIRCUITstr(object=’’) -> str idsGets the ids of this LoopbackDrgAttachmentNetworkUpdateDetails. type[Required] Gets the type of this DrgAttachmentNetworkUpdateDetails. Methods
__init__(**kwargs)Initializes a new LoopbackDrgAttachmentNetworkUpdateDetails 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 LoopbackDrgAttachmentNetworkUpdateDetails object with values from keyword arguments. The default value of the
typeattribute of this class isLOOPBACKand 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 LoopbackDrgAttachmentNetworkUpdateDetails. Allowed values for this property are: “VCN”, “VIRTUAL_CIRCUIT”, “LOOPBACK”, “INTERNET”
- ids (list[str]) – The value to assign to the ids property of this LoopbackDrgAttachmentNetworkUpdateDetails.
-
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.
-
ids¶ Gets the ids of this LoopbackDrgAttachmentNetworkUpdateDetails. The OCID of the Ipsec tunnel attachment.
Returns: The ids of this LoopbackDrgAttachmentNetworkUpdateDetails. Return type: list[str]
-
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
-