Reference documentation and code samples for the Compute V1 Client class PublicDelegatedPrefixPublicDelegatedSubPrefix.
Represents a sub PublicDelegatedPrefix.
Generated from protobuf message google.cloud.compute.v1.PublicDelegatedPrefixPublicDelegatedSubPrefix
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ delegatee_project |
string
Name of the project scoping this PublicDelegatedSubPrefix. |
↳ description |
string
An optional description of this resource. Provide this property when you create the resource. |
↳ ip_cidr_range |
string
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix. |
↳ is_address |
bool
Whether the sub prefix is delegated to create Address resources in the delegatee project. |
↳ name |
string
The name of the sub public delegated prefix. |
↳ region |
string
[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global. |
↳ status |
string
[Output Only] The status of the sub public delegated prefix. Check the Status enum for the list of possible values. |
getDelegateeProject
Name of the project scoping this PublicDelegatedSubPrefix.
Generated from protobuf field optional string delegatee_project = 414860634;
Returns | |
---|---|
Type | Description |
string |
hasDelegateeProject
clearDelegateeProject
setDelegateeProject
Name of the project scoping this PublicDelegatedSubPrefix.
Generated from protobuf field optional string delegatee_project = 414860634;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
An optional description of this resource. Provide this property when you create the resource.
Generated from protobuf field optional string description = 422937596;
Returns | |
---|---|
Type | Description |
string |
hasDescription
clearDescription
setDescription
An optional description of this resource. Provide this property when you create the resource.
Generated from protobuf field optional string description = 422937596;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIpCidrRange
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
Generated from protobuf field optional string ip_cidr_range = 98117322;
Returns | |
---|---|
Type | Description |
string |
hasIpCidrRange
clearIpCidrRange
setIpCidrRange
The IPv4 address range, in CIDR format, represented by this sub public delegated prefix.
Generated from protobuf field optional string ip_cidr_range = 98117322;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIsAddress
Whether the sub prefix is delegated to create Address resources in the delegatee project.
Generated from protobuf field optional bool is_address = 352617951;
Returns | |
---|---|
Type | Description |
bool |
hasIsAddress
clearIsAddress
setIsAddress
Whether the sub prefix is delegated to create Address resources in the delegatee project.
Generated from protobuf field optional bool is_address = 352617951;
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getName
The name of the sub public delegated prefix.
Generated from protobuf field optional string name = 3373707;
Returns | |
---|---|
Type | Description |
string |
hasName
clearName
setName
The name of the sub public delegated prefix.
Generated from protobuf field optional string name = 3373707;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getRegion
[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
Generated from protobuf field optional string region = 138946292;
Returns | |
---|---|
Type | Description |
string |
hasRegion
clearRegion
setRegion
[Output Only] The region of the sub public delegated prefix if it is regional. If absent, the sub prefix is global.
Generated from protobuf field optional string region = 138946292;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getStatus
[Output Only] The status of the sub public delegated prefix.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
Returns | |
---|---|
Type | Description |
string |
hasStatus
clearStatus
setStatus
[Output Only] The status of the sub public delegated prefix.
Check the Status enum for the list of possible values.
Generated from protobuf field optional string status = 181260274;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |