public sealed class NetworkConfigName : IResourceName, IEquatable<NetworkConfigName>
Reference documentation and code samples for the Bare Metal Solution v2 API class NetworkConfigName.
Resource name for the NetworkConfig
resource.
Namespace
Google.Cloud.BareMetalSolution.V2Assembly
Google.Cloud.BareMetalSolution.V2.dll
Constructors
NetworkConfigName(string, string, string)
public NetworkConfigName(string projectId, string locationId, string networkConfigId)
Constructs a new instance of a NetworkConfigName class from the component parts of pattern
projects/{project}/locations/{location}/networkConfigs/{network_config}
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
networkConfigId | string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
NetworkConfigId
public string NetworkConfigId { get; }
The NetworkConfig
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
string |
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 |
Type
public NetworkConfigName.ResourceNameType Type { get; }
The NetworkConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
NetworkConfigNameResourceNameType |
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, string)
public static string Format(string projectId, string locationId, string networkConfigId)
Formats the IDs into the string representation of this NetworkConfigName with pattern
projects/{project}/locations/{location}/networkConfigs/{network_config}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
networkConfigId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this NetworkConfigName with pattern
|
FormatProjectLocationNetworkConfig(string, string, string)
public static string FormatProjectLocationNetworkConfig(string projectId, string locationId, string networkConfigId)
Formats the IDs into the string representation of this NetworkConfigName with pattern
projects/{project}/locations/{location}/networkConfigs/{network_config}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
networkConfigId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this NetworkConfigName with pattern
|
FromProjectLocationNetworkConfig(string, string, string)
public static NetworkConfigName FromProjectLocationNetworkConfig(string projectId, string locationId, string networkConfigId)
Creates a NetworkConfigName with the pattern
projects/{project}/locations/{location}/networkConfigs/{network_config}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
networkConfigId | string The |
Returns | |
---|---|
Type | Description |
NetworkConfigName | A new instance of NetworkConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static NetworkConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a NetworkConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
NetworkConfigName | A new instance of NetworkConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static NetworkConfigName Parse(string networkConfigName)
Parses the given resource name string into a new NetworkConfigName instance.
Parameter | |
---|---|
Name | Description |
networkConfigName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
NetworkConfigName | The parsed NetworkConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/networkConfigs/{network_config}
Parse(string, bool)
public static NetworkConfigName Parse(string networkConfigName, bool allowUnparsed)
Parses the given resource name string into a new NetworkConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
networkConfigName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
NetworkConfigName | The parsed NetworkConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/networkConfigs/{network_config}
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 NetworkConfigName)
public static bool TryParse(string networkConfigName, out NetworkConfigName result)
Tries to parse the given resource name string into a new NetworkConfigName instance.
Parameters | |
---|---|
Name | Description |
networkConfigName | string The resource name in string form. Must not be |
result | NetworkConfigName When this method returns, the parsed NetworkConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/networkConfigs/{network_config}
TryParse(string, bool, out NetworkConfigName)
public static bool TryParse(string networkConfigName, bool allowUnparsed, out NetworkConfigName result)
Tries to parse the given resource name string into a new NetworkConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
networkConfigName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | NetworkConfigName When this method returns, the parsed NetworkConfigName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/networkConfigs/{network_config}
allowUnparsed
is true
.
Operators
operator ==(NetworkConfigName, NetworkConfigName)
public static bool operator ==(NetworkConfigName a, NetworkConfigName b)
Parameters | |
---|---|
Name | Description |
a | NetworkConfigName |
b | NetworkConfigName |
Returns | |
---|---|
Type | Description |
bool |
operator !=(NetworkConfigName, NetworkConfigName)
public static bool operator !=(NetworkConfigName a, NetworkConfigName b)
Parameters | |
---|---|
Name | Description |
a | NetworkConfigName |
b | NetworkConfigName |
Returns | |
---|---|
Type | Description |
bool |