Show / Hide Table of Contents

Class ExternalExposure

Inheritance
object
ExternalExposure
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class ExternalExposure : IDirectResponseSchema

Properties

BackendBucket

Declaration
[JsonProperty("backendBucket")]
public virtual string BackendBucket { get; set; }
Property Value
Type Description
string

BackendService

Declaration
[JsonProperty("backendService")]
public virtual string BackendService { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExposedApplication

Declaration
[JsonProperty("exposedApplication")]
public virtual string ExposedApplication { get; set; }
Property Value
Type Description
string

ExposedEndpoint

Declaration
[JsonProperty("exposedEndpoint")]
public virtual string ExposedEndpoint { get; set; }
Property Value
Type Description
string

ExposedService

Declaration
[JsonProperty("exposedService")]
public virtual string ExposedService { get; set; }
Property Value
Type Description
string

ForwardingRule

Declaration
[JsonProperty("forwardingRule")]
public virtual string ForwardingRule { get; set; }
Property Value
Type Description
string

HostnameUri

Declaration
[JsonProperty("hostnameUri")]
public virtual string HostnameUri { get; set; }
Property Value
Type Description
string

HttpResponse

Declaration
[JsonProperty("httpResponse")]
public virtual IList<HttpResponse> HttpResponse { get; set; }
Property Value
Type Description
IList<HttpResponse>

InstanceGroup

Declaration
[JsonProperty("instanceGroup")]
public virtual string InstanceGroup { get; set; }
Property Value
Type Description
string

InternalBackendService

Declaration
[JsonProperty("internalBackendService")]
public virtual string InternalBackendService { get; set; }
Property Value
Type Description
string

LoadBalancerFirewallPolicy

Declaration
[JsonProperty("loadBalancerFirewallPolicy")]
public virtual string LoadBalancerFirewallPolicy { get; set; }
Property Value
Type Description
string

NetworkEndpointGroup

Declaration
[JsonProperty("networkEndpointGroup")]
public virtual string NetworkEndpointGroup { get; set; }
Property Value
Type Description
string

NetworkIngressFirewallPolicy

Declaration
[JsonProperty("networkIngressFirewallPolicy")]
public virtual string NetworkIngressFirewallPolicy { get; set; }
Property Value
Type Description
string

PrivateIpAddress

Declaration
[JsonProperty("privateIpAddress")]
public virtual string PrivateIpAddress { get; set; }
Property Value
Type Description
string

PrivatePort

Declaration
[JsonProperty("privatePort")]
public virtual string PrivatePort { get; set; }
Property Value
Type Description
string

PscNetworkAttachment

Declaration
[JsonProperty("pscNetworkAttachment")]
public virtual string PscNetworkAttachment { get; set; }
Property Value
Type Description
string

PscServiceAttachment

Declaration
[JsonProperty("pscServiceAttachment")]
public virtual string PscServiceAttachment { get; set; }
Property Value
Type Description
string

PublicIpAddress

Declaration
[JsonProperty("publicIpAddress")]
public virtual string PublicIpAddress { get; set; }
Property Value
Type Description
string

PublicPort

Declaration
[JsonProperty("publicPort")]
public virtual string PublicPort { get; set; }
Property Value
Type Description
string

ServiceFirewallPolicy

Declaration
[JsonProperty("serviceFirewallPolicy")]
public virtual string ServiceFirewallPolicy { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX