RecoveryServiceSubnetInput¶
-
class
oci.recovery.models.
RecoveryServiceSubnetInput
(**kwargs)¶ Bases:
object
Parameters to retrieve information about a specific recovery service subnet.
Methods
__init__
(**kwargs)Initializes a new RecoveryServiceSubnetInput object with values from keyword arguments. Attributes
recovery_service_subnet_id
[Required] Gets the recovery_service_subnet_id of this RecoveryServiceSubnetInput. -
__init__
(**kwargs)¶ Initializes a new RecoveryServiceSubnetInput object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: recovery_service_subnet_id (str) – The value to assign to the recovery_service_subnet_id property of this RecoveryServiceSubnetInput.
-
recovery_service_subnet_id
¶ [Required] Gets the recovery_service_subnet_id of this RecoveryServiceSubnetInput. The recovery service subnet OCID.
Returns: The recovery_service_subnet_id of this RecoveryServiceSubnetInput. Return type: str
-