DrgCustomer¶
-
class
oci.core.models.
DrgCustomer
(**kwargs)¶ Bases:
object
The list of IPSEC / FC / RPC info for a given DRG
Methods
__init__
(**kwargs)Initializes a new DrgCustomer object with values from keyword arguments. Attributes
drg_id
[Required] Gets the drg_id of this DrgCustomer. ipsec_connections
Gets the ipsec_connections of this DrgCustomer. remote_peering_connections
Gets the remote_peering_connections of this DrgCustomer. virtual_circuits
Gets the virtual_circuits of this DrgCustomer. -
__init__
(**kwargs)¶ Initializes a new DrgCustomer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - drg_id (str) – The value to assign to the drg_id property of this DrgCustomer.
- remote_peering_connections (list[oci.core.models.DrgCustomerResource]) – The value to assign to the remote_peering_connections property of this DrgCustomer.
- virtual_circuits (list[oci.core.models.DrgCustomerResource]) – The value to assign to the virtual_circuits property of this DrgCustomer.
- ipsec_connections (list[oci.core.models.DrgCustomerResource]) – The value to assign to the ipsec_connections property of this DrgCustomer.
-
drg_id
¶ [Required] Gets the drg_id of this DrgCustomer. OCID of the DRG
Returns: The drg_id of this DrgCustomer. Return type: str
-
ipsec_connections
¶ Gets the ipsec_connections of this DrgCustomer. A List of the IPSec connections on this DRG
Returns: The ipsec_connections of this DrgCustomer. Return type: list[oci.core.models.DrgCustomerResource]
-
remote_peering_connections
¶ Gets the remote_peering_connections of this DrgCustomer. A List of the RPC connections on this DRG
Returns: The remote_peering_connections of this DrgCustomer. Return type: list[oci.core.models.DrgCustomerResource]
-
virtual_circuits
¶ Gets the virtual_circuits of this DrgCustomer. A List of the VCs on this DRG
Returns: The virtual_circuits of this DrgCustomer. Return type: list[oci.core.models.DrgCustomerResource]
-