Class PrivateLink
public sealed class PrivateLink : IMessage<PrivateLink>, IEquatable<PrivateLink>, IDeepCloneable<PrivateLink>, IBufferMessage, IMessage
- Inheritance
-
PrivateLink
- Implements
-
IMessage<PrivateLink>IDeepCloneable<PrivateLink>IBufferMessageIMessage
- Inherited Members
Constructors
PrivateLink()
public PrivateLink()
PrivateLink(PrivateLink)
public PrivateLink(PrivateLink other)
Parameters
otherPrivateLink
Fields
AwsFieldNumber
Field number for the "aws" field.
public const int AwsFieldNumber = 3
Field Value
CloudRegionFieldNumber
Field number for the "cloud_region" field.
public const int CloudRegionFieldNumber = 8
Field Value
ConnectionEndpointFieldNumber
Field number for the "connection_endpoint" field.
public const int ConnectionEndpointFieldNumber = 7
Field Value
EndpointFieldNumber
Field number for the "endpoint" field.
public const int EndpointFieldNumber = 6
Field Value
NameFieldNumber
Field number for the "name" field.
public const int NameFieldNumber = 2
Field Value
PortFieldNumber
Field number for the "port" field.
public const int PortFieldNumber = 5
Field Value
PrivateLinkIdFieldNumber
Field number for the "private_link_id" field.
public const int PrivateLinkIdFieldNumber = 1
Field Value
RegionFieldNumber
Field number for the "region" field.
public const int RegionFieldNumber = 4
Field Value
Properties
Aws
[Obsolete]
public PrivateLink.Types.AWSConfig Aws { get; set; }
Property Value
CloudRegion
public string CloudRegion { get; set; }
Property Value
ConfigCase
public PrivateLink.ConfigOneofCase ConfigCase { get; }
Property Value
ConnectionEndpoint
public string ConnectionEndpoint { get; set; }
Property Value
Descriptor
public static MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Endpoint
public string Endpoint { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
Parser
public static MessageParser<PrivateLink> Parser { get; }
Property Value
- MessageParser<PrivateLink>
Port
public uint Port { get; set; }
Property Value
PrivateLinkId
public string PrivateLinkId { get; set; }
Property Value
Region
public string Region { get; set; }
Property Value
Methods
CalculateSize()
Calculates the size of this message in Protocol Buffer wire format, in bytes.
public int CalculateSize()
Returns
- int
The number of bytes required to write this message to a coded output stream.
ClearConfig()
public void ClearConfig()
Clone()
Creates a deep clone of this object.
public PrivateLink Clone()
Returns
- PrivateLink
A deep clone of this object.
Equals(PrivateLink)
public bool Equals(PrivateLink other)
Parameters
otherPrivateLink
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
Merges the data from the specified coded input stream with the current message.
public void MergeFrom(CodedInputStream input)
Parameters
inputCodedInputStream
Remarks
See the user guide for precise merge semantics.
MergeFrom(PrivateLink)
Merges the given message into this one.
public void MergeFrom(PrivateLink other)
Parameters
otherPrivateLink
Remarks
See the user guide for precise merge semantics.
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
Writes the data to the given coded output stream.
public void WriteTo(CodedOutputStream output)
Parameters
outputCodedOutputStreamCoded output stream to write the data to. Must not be null.