Cloud FTP v1 API - Class InternalServerConfig.Types.DeniedConsumer (1.0.0-beta01)

public sealed class InternalServerConfig.Types.DeniedConsumer : IMessage<InternalServerConfig.Types.DeniedConsumer>, IEquatable<InternalServerConfig.Types.DeniedConsumer>, IDeepCloneable<InternalServerConfig.Types.DeniedConsumer>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud FTP v1 API class InternalServerConfig.Types.DeniedConsumer.

A consumer project or network that is denied to connect to the server via PSC.

Inheritance

object > InternalServerConfig.Types.DeniedConsumer

Namespace

Google.Cloud.Ftp.V1

Assembly

Google.Cloud.Ftp.V1.dll

Constructors

DeniedConsumer()

public DeniedConsumer()

DeniedConsumer(DeniedConsumer)

public DeniedConsumer(InternalServerConfig.Types.DeniedConsumer other)
Parameter
Name Description
other InternalServerConfigTypesDeniedConsumer

Properties

ConsumerTypeCase

public InternalServerConfig.Types.DeniedConsumer.ConsumerTypeOneofCase ConsumerTypeCase { get; }
Property Value
Type Description
InternalServerConfigTypesDeniedConsumerConsumerTypeOneofCase

HasProject

public bool HasProject { get; }

Gets whether the "project" field is set

Property Value
Type Description
bool

Project

public string Project { get; set; }

The project ID or number of the consumer project. Must be in the format: projects/{project}.

Property Value
Type Description
string

ProjectAsProjectName

public ProjectName ProjectAsProjectName { get; set; }

ProjectName-typed view over the Project resource name property.

Property Value
Type Description
ProjectName