public sealed class LbTrafficExtensionName : IResourceName, IEquatable<LbTrafficExtensionName>Reference documentation and code samples for the Network Services v1 API class LbTrafficExtensionName.
Resource name for the LbTrafficExtension resource.
Namespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
LbTrafficExtensionName(string, string, string)
public LbTrafficExtensionName(string projectId, string locationId, string lbTrafficExtensionId)Constructs a new instance of a LbTrafficExtensionName class from the component parts of
pattern projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
lbTrafficExtensionId |
stringThe |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LbTrafficExtensionId
public string LbTrafficExtensionId { get; }The LbTrafficExtension ID. Will not be null, unless this instance contains an unparsed
resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 |
|
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 LbTrafficExtensionName.ResourceNameType Type { get; }The LbTrafficExtensionName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description |
LbTrafficExtensionNameResourceNameType |
|
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 lbTrafficExtensionId)Formats the IDs into the string representation of this LbTrafficExtensionName with pattern
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
lbTrafficExtensionId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this LbTrafficExtensionName with pattern
|
FormatProjectLocationLbTrafficExtension(string, string, string)
public static string FormatProjectLocationLbTrafficExtension(string projectId, string locationId, string lbTrafficExtensionId)Formats the IDs into the string representation of this LbTrafficExtensionName with pattern
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
lbTrafficExtensionId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
string |
The string representation of this LbTrafficExtensionName with pattern
|
FromProjectLocationLbTrafficExtension(string, string, string)
public static LbTrafficExtensionName FromProjectLocationLbTrafficExtension(string projectId, string locationId, string lbTrafficExtensionId)Creates a LbTrafficExtensionName with the pattern
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}.
| Parameters | |
|---|---|
| Name | Description |
projectId |
stringThe |
locationId |
stringThe |
lbTrafficExtensionId |
stringThe |
| Returns | |
|---|---|
| Type | Description |
LbTrafficExtensionName |
A new instance of LbTrafficExtensionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static LbTrafficExtensionName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a LbTrafficExtensionName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description |
unparsedResourceName |
UnparsedResourceNameThe unparsed resource name. Must not be |
| Returns | |
|---|---|
| Type | Description |
LbTrafficExtensionName |
A new instance of LbTrafficExtensionName containing the provided
|
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description |
int |
|
Parse(string)
public static LbTrafficExtensionName Parse(string lbTrafficExtensionName)Parses the given resource name string into a new LbTrafficExtensionName instance.
| Parameter | |
|---|---|
| Name | Description |
lbTrafficExtensionName |
stringThe resource name in string form. Must not be |
| Returns | |
|---|---|
| Type | Description |
LbTrafficExtensionName |
The parsed LbTrafficExtensionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}
Parse(string, bool)
public static LbTrafficExtensionName Parse(string lbTrafficExtensionName, bool allowUnparsed)Parses the given resource name string into a new LbTrafficExtensionName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
lbTrafficExtensionName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
| Returns | |
|---|---|
| Type | Description |
LbTrafficExtensionName |
The parsed LbTrafficExtensionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}
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 LbTrafficExtensionName)
public static bool TryParse(string lbTrafficExtensionName, out LbTrafficExtensionName result)Tries to parse the given resource name string into a new LbTrafficExtensionName instance.
| Parameters | |
|---|---|
| Name | Description |
lbTrafficExtensionName |
stringThe resource name in string form. Must not be |
result |
LbTrafficExtensionNameWhen this method returns, the parsed LbTrafficExtensionName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}
TryParse(string, bool, out LbTrafficExtensionName)
public static bool TryParse(string lbTrafficExtensionName, bool allowUnparsed, out LbTrafficExtensionName result)Tries to parse the given resource name string into a new LbTrafficExtensionName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description |
lbTrafficExtensionName |
stringThe resource name in string form. Must not be |
allowUnparsed |
boolIf |
result |
LbTrafficExtensionNameWhen this method returns, the parsed LbTrafficExtensionName, or |
| Returns | |
|---|---|
| Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/lbTrafficExtensions/{lb_traffic_extension}
allowUnparsed is true.
Operators
operator ==(LbTrafficExtensionName, LbTrafficExtensionName)
public static bool operator ==(LbTrafficExtensionName a, LbTrafficExtensionName b)Determines whether two specified resource names have the same value.
| Parameters | |
|---|---|
| Name | Description |
a |
LbTrafficExtensionNameThe first resource name to compare, or null. |
b |
LbTrafficExtensionNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |
operator !=(LbTrafficExtensionName, LbTrafficExtensionName)
public static bool operator !=(LbTrafficExtensionName a, LbTrafficExtensionName b)Determines whether two specified resource names have different values.
| Parameters | |
|---|---|
| Name | Description |
a |
LbTrafficExtensionNameThe first resource name to compare, or null. |
b |
LbTrafficExtensionNameThe second resource name to compare, or null. |
| Returns | |
|---|---|
| Type | Description |
bool |
true if the value of |