compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::TargetHttpsProxy Class Reference

#include <target_https_proxy.h>

Inheritance diagram for google_compute_api::TargetHttpsProxy:

Public Member Functions

 TargetHttpsProxy (const Json::Value &storage)
 
 TargetHttpsProxy (Json::Value *storage)
 
virtual ~TargetHttpsProxy ()
 
const StringPiece GetTypeName () const
 
bool has_creation_timestamp () const
 
void clear_creation_timestamp ()
 
const StringPiece get_creation_timestamp () const
 
void set_creation_timestamp (const StringPiece &value)
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
uint64 get_id () const
 
void set_id (uint64 value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_quic_override () const
 
void clear_quic_override ()
 
const StringPiece get_quic_override () const
 
void set_quic_override (const StringPiece &value)
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_ssl_certificates () const
 
void clear_ssl_certificates ()
 
const client::JsonCppArray< string > get_ssl_certificates () const
 
client::JsonCppArray< string > mutable_sslCertificates ()
 
bool has_ssl_policy () const
 
void clear_ssl_policy ()
 
const StringPiece get_ssl_policy () const
 
void set_ssl_policy (const StringPiece &value)
 
bool has_url_map () const
 
void clear_url_map ()
 
const StringPiece get_url_map () const
 
void set_url_map (const StringPiece &value)
 

Static Public Member Functions

static TargetHttpsProxyNew ()
 

Detailed Description

A TargetHttpsProxy resource. This resource defines an HTTPS proxy. (== resource_for beta.targetHttpsProxies ==) (== resource_for v1.targetHttpsProxies ==).

Constructor & Destructor Documentation

◆ TargetHttpsProxy() [1/2]

google_compute_api::TargetHttpsProxy::TargetHttpsProxy ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TargetHttpsProxy() [2/2]

google_compute_api::TargetHttpsProxy::TargetHttpsProxy ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TargetHttpsProxy()

google_compute_api::TargetHttpsProxy::~TargetHttpsProxy ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_creation_timestamp()

void google_compute_api::TargetHttpsProxy::clear_creation_timestamp ( )
inline

Clears the 'creationTimestamp' attribute.

◆ clear_description()

void google_compute_api::TargetHttpsProxy::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_id()

void google_compute_api::TargetHttpsProxy::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_kind()

void google_compute_api::TargetHttpsProxy::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_name()

void google_compute_api::TargetHttpsProxy::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_quic_override()

void google_compute_api::TargetHttpsProxy::clear_quic_override ( )
inline

Clears the 'quicOverride' attribute.

◆ clear_self_link()

void google_compute_api::TargetHttpsProxy::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_ssl_certificates()

void google_compute_api::TargetHttpsProxy::clear_ssl_certificates ( )
inline

Clears the 'sslCertificates' attribute.

◆ clear_ssl_policy()

void google_compute_api::TargetHttpsProxy::clear_ssl_policy ( )
inline

Clears the 'sslPolicy' attribute.

◆ clear_url_map()

void google_compute_api::TargetHttpsProxy::clear_url_map ( )
inline

Clears the 'urlMap' attribute.

◆ get_creation_timestamp()

const StringPiece google_compute_api::TargetHttpsProxy::get_creation_timestamp ( ) const
inline

Get the value of the 'creationTimestamp' attribute.

◆ get_description()

const StringPiece google_compute_api::TargetHttpsProxy::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_id()

uint64 google_compute_api::TargetHttpsProxy::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_kind()

const StringPiece google_compute_api::TargetHttpsProxy::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_name()

const StringPiece google_compute_api::TargetHttpsProxy::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_quic_override()

const StringPiece google_compute_api::TargetHttpsProxy::get_quic_override ( ) const
inline

Get the value of the 'quicOverride' attribute.

◆ get_self_link()

const StringPiece google_compute_api::TargetHttpsProxy::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_ssl_certificates()

const client::JsonCppArray<string > google_compute_api::TargetHttpsProxy::get_ssl_certificates ( ) const
inline

Get a reference to the value of the 'sslCertificates' attribute.

◆ get_ssl_policy()

const StringPiece google_compute_api::TargetHttpsProxy::get_ssl_policy ( ) const
inline

Get the value of the 'sslPolicy' attribute.

◆ get_url_map()

const StringPiece google_compute_api::TargetHttpsProxy::get_url_map ( ) const
inline

Get the value of the 'urlMap' attribute.

◆ GetTypeName()

const StringPiece google_compute_api::TargetHttpsProxy::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::TargetHttpsProxy

◆ has_creation_timestamp()

bool google_compute_api::TargetHttpsProxy::has_creation_timestamp ( ) const
inline

Determine if the 'creationTimestamp' attribute was set.

Returns
true if the 'creationTimestamp' attribute was set.

◆ has_description()

bool google_compute_api::TargetHttpsProxy::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_id()

bool google_compute_api::TargetHttpsProxy::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_kind()

bool google_compute_api::TargetHttpsProxy::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_name()

bool google_compute_api::TargetHttpsProxy::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_quic_override()

bool google_compute_api::TargetHttpsProxy::has_quic_override ( ) const
inline

Determine if the 'quicOverride' attribute was set.

Returns
true if the 'quicOverride' attribute was set.

◆ has_self_link()

bool google_compute_api::TargetHttpsProxy::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_ssl_certificates()

bool google_compute_api::TargetHttpsProxy::has_ssl_certificates ( ) const
inline

Determine if the 'sslCertificates' attribute was set.

Returns
true if the 'sslCertificates' attribute was set.

◆ has_ssl_policy()

bool google_compute_api::TargetHttpsProxy::has_ssl_policy ( ) const
inline

Determine if the 'sslPolicy' attribute was set.

Returns
true if the 'sslPolicy' attribute was set.

◆ has_url_map()

bool google_compute_api::TargetHttpsProxy::has_url_map ( ) const
inline

Determine if the 'urlMap' attribute was set.

Returns
true if the 'urlMap' attribute was set.

◆ mutable_sslCertificates()

client::JsonCppArray<string > google_compute_api::TargetHttpsProxy::mutable_sslCertificates ( )
inline

Gets a reference to a mutable value of the 'sslCertificates' property.

URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.

Returns
The result can be modified to change the attribute value.

◆ New()

TargetHttpsProxy * google_compute_api::TargetHttpsProxy::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_creation_timestamp()

void google_compute_api::TargetHttpsProxy::set_creation_timestamp ( const StringPiece &  value)
inline

Change the 'creationTimestamp' attribute.

[Output Only] Creation timestamp in RFC3339 text format.

Parameters
[in]valueThe new value.

◆ set_description()

void google_compute_api::TargetHttpsProxy::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

An optional description of this resource. Provide this property when you create the resource.

Parameters
[in]valueThe new value.

◆ set_id()

void google_compute_api::TargetHttpsProxy::set_id ( uint64  value)
inline

Change the 'id' attribute.

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_compute_api::TargetHttpsProxy::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

[Output Only] Type of resource. Always compute::targetHttpsProxy for target HTTPS proxies.

Parameters
[in]valueThe new value.

◆ set_name()

void google_compute_api::TargetHttpsProxy::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Parameters
[in]valueThe new value.

◆ set_quic_override()

void google_compute_api::TargetHttpsProxy::set_quic_override ( const StringPiece &  value)
inline

Change the 'quicOverride' attribute.

Specifies the QUIC override policy for this TargetHttpsProxy resource. This determines whether the load balancer will attempt to negotiate QUIC with clients or not. Can specify one of NONE, ENABLE, or DISABLE. Specify ENABLE to always enable QUIC, Enables QUIC when set to ENABLE, and disables QUIC when set to DISABLE. If NONE is specified, uses the QUIC policy with no user overrides, which is equivalent to DISABLE. Not specifying this field is equivalent to specifying NONE.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_compute_api::TargetHttpsProxy::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

[Output Only] Server-defined URL for the resource.

Parameters
[in]valueThe new value.

◆ set_ssl_policy()

void google_compute_api::TargetHttpsProxy::set_ssl_policy ( const StringPiece &  value)
inline

Change the 'sslPolicy' attribute.

URL of SslPolicy resource that will be associated with the TargetHttpsProxy resource. If not set, the TargetHttpsProxy resource will not have any SSL policy configured.

Parameters
[in]valueThe new value.

◆ set_url_map()

void google_compute_api::TargetHttpsProxy::set_url_map ( const StringPiece &  value)
inline

Change the 'urlMap' attribute.

A fully-qualified or valid partial URL to the UrlMap resource that defines the mapping from URL to the BackendService. For example, the following are all valid URLs for specifying a URL map:

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: