Reference documentation and code samples for the Backup and DR Service V1 API class Google::Cloud::BackupDR::V1::NetworkConfig.
Network configuration for ManagementServer instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#network
def network() -> ::String
Returns
- (::String) — Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.
#network=
def network=(value) -> ::String
Parameter
- value (::String) — Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.
Returns
- (::String) — Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.
#peering_mode
def peering_mode() -> ::Google::Cloud::BackupDR::V1::NetworkConfig::PeeringMode
Returns
- (::Google::Cloud::BackupDR::V1::NetworkConfig::PeeringMode) — Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
#peering_mode=
def peering_mode=(value) -> ::Google::Cloud::BackupDR::V1::NetworkConfig::PeeringMode
Parameter
- value (::Google::Cloud::BackupDR::V1::NetworkConfig::PeeringMode) — Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
Returns
- (::Google::Cloud::BackupDR::V1::NetworkConfig::PeeringMode) — Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.