Backup and DR Service v1 API - Class NetworkConfig (1.0.0-beta02)

public sealed class NetworkConfig : IMessage<NetworkConfig>, IEquatable<NetworkConfig>, IDeepCloneable<NetworkConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1 API class NetworkConfig.

Network configuration for ManagementServer instance.

Inheritance

object > NetworkConfig

Namespace

Google.Cloud.BackupDR.V1

Assembly

Google.Cloud.BackupDR.V1.dll

Constructors

NetworkConfig()

public NetworkConfig()

NetworkConfig(NetworkConfig)

public NetworkConfig(NetworkConfig other)
Parameter
Name Description
other NetworkConfig

Properties

Network

public string Network { get; set; }

Optional. The resource name of the Google Compute Engine VPC network to which the ManagementServer instance is connected.

Property Value
Type Description
string

PeeringMode

public NetworkConfig.Types.PeeringMode PeeringMode { get; set; }

Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.

Property Value
Type Description
NetworkConfigTypesPeeringMode