public sealed class ConnectivityTestName : IResourceName, IEquatable<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 | String The |
testId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
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 |
ConnectivityTestName.ResourceNameType |
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 | String The |
testId | String The |
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 | String The |
testId | String The |
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 | String The |
testId | String The |
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 | UnparsedResourceName The 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 |
Int32 |
Parse(String)
public static ConnectivityTestName Parse(string connectivityTestName)
Parses the given resource name string into a new ConnectivityTestName instance.
Parameter | |
---|---|
Name | Description |
connectivityTestName | String The 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, Boolean)
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 | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
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 | String The resource name in string form. Must not be |
result | ConnectivityTestName When this method returns, the parsed ConnectivityTestName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
TryParse(String, Boolean, 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 | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ConnectivityTestName When this method returns, the parsed ConnectivityTestName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/global/connectivityTests/{test}
allowUnparsed
is true
.
Operators
Equality(ConnectivityTestName, ConnectivityTestName)
public static bool operator ==(ConnectivityTestName a, ConnectivityTestName b)
Parameters | |
---|---|
Name | Description |
a | ConnectivityTestName |
b | ConnectivityTestName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ConnectivityTestName, ConnectivityTestName)
public static bool operator !=(ConnectivityTestName a, ConnectivityTestName b)
Parameters | |
---|---|
Name | Description |
a | ConnectivityTestName |
b | ConnectivityTestName |
Returns | |
---|---|
Type | Description |
Boolean |