Class CreateConnectivityTestRequest (1.0.0)

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

Request for the CreateConnectivityTest method.

Inheritance

Object > CreateConnectivityTestRequest

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

CreateConnectivityTestRequest()

public CreateConnectivityTestRequest()

CreateConnectivityTestRequest(CreateConnectivityTestRequest)

public CreateConnectivityTestRequest(CreateConnectivityTestRequest other)
Parameter
NameDescription
otherCreateConnectivityTestRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource of the Connectivity Test to create: projects/{project_id}/locations/global

Property Value
TypeDescription
String

Resource

public ConnectivityTest Resource { get; set; }

Required. A ConnectivityTest resource

Property Value
TypeDescription
ConnectivityTest

TestId

public string TestId { get; set; }

Required. The logical name of the Connectivity Test in your project with the following restrictions:

  • Must contain only lowercase letters, numbers, and hyphens.
  • Must start with a letter.
  • Must be between 1-40 characters.
  • Must end with a number or a letter.
  • Must be unique within the customer project
Property Value
TypeDescription
String