DrgCustomerResource¶
-
class
oci.core.models.
DrgCustomerResource
(**kwargs)¶ Bases:
object
The IPSEC / FC / RPC info returned in DrgCustomerResponse
Methods
__init__
(**kwargs)Initializes a new DrgCustomerResource object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this DrgCustomerResource. display_name
Gets the display_name of this DrgCustomerResource. id
Gets the id of this DrgCustomerResource. state
Gets the state of this DrgCustomerResource. -
__init__
(**kwargs)¶ Initializes a new DrgCustomerResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this DrgCustomerResource.
- display_name (str) – The value to assign to the display_name property of this DrgCustomerResource.
- compartment_id (str) – The value to assign to the compartment_id property of this DrgCustomerResource.
- state (str) – The value to assign to the state property of this DrgCustomerResource.
-
compartment_id
¶ Gets the compartment_id of this DrgCustomerResource. the compartment id of the DRG
Returns: The compartment_id of this DrgCustomerResource. Return type: str
-
display_name
¶ Gets the display_name of this DrgCustomerResource. The friendly name of the node.
Returns: The display_name of this DrgCustomerResource. Return type: str
-
id
¶ Gets the id of this DrgCustomerResource. OCID of the IPSEC / FC / RPC
Returns: The id of this DrgCustomerResource. Return type: str
-
state
¶ Gets the state of this DrgCustomerResource. the lifeCycleState of the IPSEC / FC / RPC
Returns: The state of this DrgCustomerResource. Return type: str
-