public sealed class ConnectivityTestName : IResourceName, IEquatable<ConnectivityTestName>Reference documentation and code samples for the Network Management v1 API class ConnectivityTestName.
Resource name for the ConnectivityTest resource.
Namespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
ConnectivityTestName(string, string)
public ConnectivityTestName(string projectId, string testId)Constructs a new instance of a ConnectivityTestName class from the component parts of pattern
projects/{project}/locations/global/connectivityTests/{test}
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
testId |
stringThe |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ProjectId
public string ProjectId { get; }The Project ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TestId
public string TestId { get; }The Test ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public ConnectivityTestName.ResourceNameType Type { get; }The ConnectivityTestName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
ConnectivityTestNameResourceNameType |
|
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }The contained UnparsedResourceName. Only non-null if this instance contains an
unparsed resource name.
| Property Value | |
|---|---|
| Type | Description |
UnparsedResourceName |
|
Methods
Format(string, string)
public static string Format(string projectId, string testId)Formats the IDs into the string representation of this ConnectivityTestName with pattern
projects/{project}/locations/global/connectivityTests/{test}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
testId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this ConnectivityTestName with pattern
|
FormatProjectTest(string, string)
public static string FormatProjectTest(string projectId, string testId)Formats the IDs into the string representation of this ConnectivityTestName with pattern
projects/{project}/locations/global/connectivityTests/{test}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
testId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this ConnectivityTestName with pattern
|
FromProjectTest(string, string)
public static ConnectivityTestName FromProjectTest(string projectId, string testId)Creates a ConnectivityTestName with the pattern
projects/{project}/locations/global/connectivityTests/{test}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
testId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
ConnectivityTestName |
A new instance of ConnectivityTestName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ConnectivityTestName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a ConnectivityTestName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
ConnectivityTestName |
A new instance of ConnectivityTestName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static ConnectivityTestName Parse(string connectivityTestName)Parses the given resource name string into a new ConnectivityTestName instance.
| Parameter | |
|---|---|
| Name | Description |
connectivityTestName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
ConnectivityTestName |
The parsed ConnectivityTestName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
Parse(string, bool)
public static ConnectivityTestName Parse(string connectivityTestName, bool allowUnparsed)Parses the given resource name string into a new ConnectivityTestName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
connectivityTestName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
ConnectivityTestName |
The parsed ConnectivityTestName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
allowUnparsed is true.
ToString()
public override string ToString()The string representation of the resource name.
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of the resource name. |
TryParse(string, out ConnectivityTestName)
public static bool TryParse(string connectivityTestName, out ConnectivityTestName result)Tries to parse the given resource name string into a new ConnectivityTestName instance.
| Parameters | |
|---|---|
| Name | Description |
connectivityTestName |
stringThe resource name in string form. Must not be |
result |
ConnectivityTestNameWhen this method returns, the parsed ConnectivityTestName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
TryParse(string, bool, out ConnectivityTestName)
public static bool TryParse(string connectivityTestName, bool allowUnparsed, out ConnectivityTestName result)Tries to parse the given resource name string into a new ConnectivityTestName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
connectivityTestName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
ConnectivityTestNameWhen this method returns, the parsed ConnectivityTestName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
allowUnparsed is true.
Operators
operator ==(ConnectivityTestName, ConnectivityTestName)
public static bool operator ==(ConnectivityTestName a, ConnectivityTestName b)Determines whether two specified resource names have the same value.
| Parameters | |
|---|---|
| Name | Description |
a |
ConnectivityTestNameThe first resource name to compare, or null. |
b |
ConnectivityTestNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |
operator !=(ConnectivityTestName, ConnectivityTestName)
public static bool operator !=(ConnectivityTestName a, ConnectivityTestName b)Determines whether two specified resource names have different values.
| Parameters | |
|---|---|
| Name | Description |
a |
ConnectivityTestNameThe first resource name to compare, or null. |
b |
ConnectivityTestNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |