public interface VmExtensionPolicyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsExtensionPolicies(String key)
public abstract boolean containsExtensionPolicies(String key)Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
map<string, .google.cloud.compute.v1.VmExtensionPolicyExtensionPolicy> extension_policies = 227761488;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreationTimestamp()
public abstract String getCreationTimestamp()Output only. [Output Only] Creation timestamp inRFC3339 text format.
optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description |
String |
The creationTimestamp. |
getCreationTimestampBytes()
public abstract ByteString getCreationTimestampBytes()Output only. [Output Only] Creation timestamp inRFC3339 text format.
optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for creationTimestamp. |
getDescription()
public abstract String getDescription()An optional description of this resource.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()An optional description of this resource.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getExtensionPolicies() (deprecated)
public abstract Map<String,VmExtensionPolicyExtensionPolicy> getExtensionPolicies()Use #getExtensionPoliciesMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,VmExtensionPolicyExtensionPolicy> |
|
getExtensionPoliciesCount()
public abstract int getExtensionPoliciesCount()Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
map<string, .google.cloud.compute.v1.VmExtensionPolicyExtensionPolicy> extension_policies = 227761488;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExtensionPoliciesMap()
public abstract Map<String,VmExtensionPolicyExtensionPolicy> getExtensionPoliciesMap()Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
map<string, .google.cloud.compute.v1.VmExtensionPolicyExtensionPolicy> extension_policies = 227761488;
| Returns | |
|---|---|
| Type | Description |
Map<String,VmExtensionPolicyExtensionPolicy> |
|
getExtensionPoliciesOrDefault(String key, VmExtensionPolicyExtensionPolicy defaultValue)
public abstract VmExtensionPolicyExtensionPolicy getExtensionPoliciesOrDefault(String key, VmExtensionPolicyExtensionPolicy defaultValue)Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
map<string, .google.cloud.compute.v1.VmExtensionPolicyExtensionPolicy> extension_policies = 227761488;
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
VmExtensionPolicyExtensionPolicy |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyExtensionPolicy |
|
getExtensionPoliciesOrThrow(String key)
public abstract VmExtensionPolicyExtensionPolicy getExtensionPoliciesOrThrow(String key)Required. A map of extension names (for example, "ops-agent") to their corresponding policy configurations.
map<string, .google.cloud.compute.v1.VmExtensionPolicyExtensionPolicy> extension_policies = 227761488;
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyExtensionPolicy |
|
getGlobalResourceLink()
public abstract String getGlobalResourceLink()Optional. Output only. [Output Only] Link to the global policy that manages this zone policy, if applicable.
optional string global_resource_link = 516569583;
| Returns | |
|---|---|
| Type | Description |
String |
The globalResourceLink. |
getGlobalResourceLinkBytes()
public abstract ByteString getGlobalResourceLinkBytes()Optional. Output only. [Output Only] Link to the global policy that manages this zone policy, if applicable.
optional string global_resource_link = 516569583;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for globalResourceLink. |
getId()
public abstract long getId()Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
| Returns | |
|---|---|
| Type | Description |
long |
The id. |
getInstanceSelectors(int index)
public abstract VmExtensionPolicyInstanceSelector getInstanceSelectors(int index)Optional. Selectors to target VMs for this policy. VMs are selected if they match any of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
repeated .google.cloud.compute.v1.VmExtensionPolicyInstanceSelector instance_selectors = 520298826;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyInstanceSelector |
|
getInstanceSelectorsCount()
public abstract int getInstanceSelectorsCount()Optional. Selectors to target VMs for this policy. VMs are selected if they match any of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
repeated .google.cloud.compute.v1.VmExtensionPolicyInstanceSelector instance_selectors = 520298826;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstanceSelectorsList()
public abstract List<VmExtensionPolicyInstanceSelector> getInstanceSelectorsList()Optional. Selectors to target VMs for this policy. VMs are selected if they match any of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
repeated .google.cloud.compute.v1.VmExtensionPolicyInstanceSelector instance_selectors = 520298826;
| Returns | |
|---|---|
| Type | Description |
List<VmExtensionPolicyInstanceSelector> |
|
getInstanceSelectorsOrBuilder(int index)
public abstract VmExtensionPolicyInstanceSelectorOrBuilder getInstanceSelectorsOrBuilder(int index)Optional. Selectors to target VMs for this policy. VMs are selected if they match any of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
repeated .google.cloud.compute.v1.VmExtensionPolicyInstanceSelector instance_selectors = 520298826;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
VmExtensionPolicyInstanceSelectorOrBuilder |
|
getInstanceSelectorsOrBuilderList()
public abstract List<? extends VmExtensionPolicyInstanceSelectorOrBuilder> getInstanceSelectorsOrBuilderList()Optional. Selectors to target VMs for this policy. VMs are selected if they match any of the provided selectors (logical OR). If this list is empty, the policy applies to all VMs.
repeated .google.cloud.compute.v1.VmExtensionPolicyInstanceSelector instance_selectors = 520298826;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.VmExtensionPolicyInstanceSelectorOrBuilder> |
|
getKind()
public abstract String getKind()Output only. [Output Only] Type of the resource. Alwayscompute#vmExtensionPolicy.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Output only. [Output Only] Type of the resource. Alwayscompute#vmExtensionPolicy.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getManagedByGlobal()
public abstract boolean getManagedByGlobal()Optional. Output only. [Output Only] Indicates if this policy is managed by a global policy.
optional bool managed_by_global = 88605675;
| Returns | |
|---|---|
| Type | Description |
boolean |
The managedByGlobal. |
getName()
public abstract String getName() Name of the resource. Provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression a-z?
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.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Name of the resource. Provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression a-z?
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.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getPriority()
public abstract int getPriority()Optional. Priority of this policy. Used to resolve conflicts when multiple policies apply to the same extension. The policy priority is an integer from 0 to 65535, inclusive. Lower integers indicate higher priorities. If you do not specify a priority when creating a rule, it is assigned a priority of 1000. If priorities are equal, the policy with the most recent creation timestamp takes precedence.
optional int32 priority = 445151652;
| Returns | |
|---|---|
| Type | Description |
int |
The priority. |
getSelfLink()
public abstract String getSelfLink()Output only. [Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public abstract ByteString getSelfLinkBytes()Output only. [Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for selfLink. |
getSelfLinkWithId()
public abstract String getSelfLinkWithId()Output only. [Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;
| Returns | |
|---|---|
| Type | Description |
String |
The selfLinkWithId. |
getSelfLinkWithIdBytes()
public abstract ByteString getSelfLinkWithIdBytes()Output only. [Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for selfLinkWithId. |
getState()
public abstract String getState()Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
String |
The state. |
getStateBytes()
public abstract ByteString getStateBytes()Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for state. |
getUpdateTimestamp()
public abstract String getUpdateTimestamp()Output only. [Output Only] Update timestamp inRFC3339 text format.
optional string update_timestamp = 120894752;
| Returns | |
|---|---|
| Type | Description |
String |
The updateTimestamp. |
getUpdateTimestampBytes()
public abstract ByteString getUpdateTimestampBytes()Output only. [Output Only] Update timestamp inRFC3339 text format.
optional string update_timestamp = 120894752;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for updateTimestamp. |
hasCreationTimestamp()
public abstract boolean hasCreationTimestamp()Output only. [Output Only] Creation timestamp inRFC3339 text format.
optional string creation_timestamp = 30525366;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the creationTimestamp field is set. |
hasDescription()
public abstract boolean hasDescription()An optional description of this resource.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the description field is set. |
hasGlobalResourceLink()
public abstract boolean hasGlobalResourceLink()Optional. Output only. [Output Only] Link to the global policy that manages this zone policy, if applicable.
optional string global_resource_link = 516569583;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the globalResourceLink field is set. |
hasId()
public abstract boolean hasId()Output only. [Output Only] The unique identifier for the resource. This identifier is defined by the server.
optional uint64 id = 3355;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the id field is set. |
hasKind()
public abstract boolean hasKind()Output only. [Output Only] Type of the resource. Alwayscompute#vmExtensionPolicy.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasManagedByGlobal()
public abstract boolean hasManagedByGlobal()Optional. Output only. [Output Only] Indicates if this policy is managed by a global policy.
optional bool managed_by_global = 88605675;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the managedByGlobal field is set. |
hasName()
public abstract boolean hasName() Name of the resource. Provided by the client when the resource is created.
The name must be 1-63 characters long, and comply withRFC1035.
Specifically, the name must be 1-63 characters long and match the regular
expression a-z?
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.
optional string name = 3373707;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the name field is set. |
hasPriority()
public abstract boolean hasPriority()Optional. Priority of this policy. Used to resolve conflicts when multiple policies apply to the same extension. The policy priority is an integer from 0 to 65535, inclusive. Lower integers indicate higher priorities. If you do not specify a priority when creating a rule, it is assigned a priority of 1000. If priorities are equal, the policy with the most recent creation timestamp takes precedence.
optional int32 priority = 445151652;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the priority field is set. |
hasSelfLink()
public abstract boolean hasSelfLink()Output only. [Output Only] Server-defined fully-qualified URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfLink field is set. |
hasSelfLinkWithId()
public abstract boolean hasSelfLinkWithId()Output only. [Output Only] Server-defined URL for this resource's resource id.
optional string self_link_with_id = 44520962;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfLinkWithId field is set. |
hasState()
public abstract boolean hasState()Optional. Output only. [Output Only] Current state of the policy: ACTIVE or DELETING. Check the State enum for the list of possible values.
optional string state = 109757585;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the state field is set. |
hasUpdateTimestamp()
public abstract boolean hasUpdateTimestamp()Output only. [Output Only] Update timestamp inRFC3339 text format.
optional string update_timestamp = 120894752;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTimestamp field is set. |