CloudGateServerCloudGate¶
-
class
oci.identity_domains.models.
CloudGateServerCloudGate
(**kwargs)¶ Bases:
object
Reference to owning Cloud Gate
SCIM++ Properties: - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: complex - uniqueness: none
Methods
__init__
(**kwargs)Initializes a new CloudGateServerCloudGate object with values from keyword arguments. Attributes
ref
Gets the ref of this CloudGateServerCloudGate. value
[Required] Gets the value of this CloudGateServerCloudGate. -
__init__
(**kwargs)¶ Initializes a new CloudGateServerCloudGate object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - value (str) – The value to assign to the value property of this CloudGateServerCloudGate.
- ref (str) – The value to assign to the ref property of this CloudGateServerCloudGate.
-
ref
¶ Gets the ref of this CloudGateServerCloudGate. The URI of the owning Cloud Gate for this server block.
- SCIM++ Properties:
- caseExact: false
- idcsSearchable: false
- multiValued: false
- mutability: readOnly
- required: false
- returned: default
- type: reference
- uniqueness: none
Returns: The ref of this CloudGateServerCloudGate. Return type: str
-
value
¶ [Required] Gets the value of this CloudGateServerCloudGate. The id of the owning Cloud Gate.
- SCIM++ Properties:
- caseExact: true
- idcsSearchable: true
- multiValued: false
- mutability: readWrite
- required: true
- returned: default
- type: string
- uniqueness: none
Returns: The value of this CloudGateServerCloudGate. Return type: str
-