public sealed class InternalServerConfig.Types.DeniedConsumer : IMessage<InternalServerConfig.Types.DeniedConsumer>, IEquatable<InternalServerConfig.Types.DeniedConsumer>, IDeepCloneable<InternalServerConfig.Types.DeniedConsumer>, IBufferMessage, IMessageReference 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.
Implements
IMessageInternalServerConfigTypesDeniedConsumer, IEquatableInternalServerConfigTypesDeniedConsumer, IDeepCloneableInternalServerConfigTypesDeniedConsumer, IBufferMessage, IMessageNamespace
Google.Cloud.Ftp.V1Assembly
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 |
|