Class: Google::Cloud::Compute::V1::PerInstanceConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::PerInstanceConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Defined Under Namespace
Modules: Status
Instance Attribute Summary collapse
-
#fingerprint ⇒ ::String
Fingerprint of this per-instance config.
-
#name ⇒ ::String
The name of a per-instance configuration and its corresponding instance.
-
#preserved_state ⇒ ::Google::Cloud::Compute::V1::PreservedState
The intended preserved state for the given instance.
-
#status ⇒ ::String
The status of applying this per-instance configuration on the corresponding managed instance.
Instance Attribute Details
#fingerprint ⇒ ::String
23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23942 class PerInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of applying this per-instance configuration on the corresponding managed instance. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH. APPLYING = 352_003_508 # The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH. DELETING = 528_602_024 # The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance. EFFECTIVE = 244_201_863 # *[Default]* The default status, when no per-instance configuration exists. NONE = 2_402_104 # The per-instance configuration is set on an instance but not been applied yet. UNAPPLIED = 483_935_140 # The per-instance configuration has been deleted, but the deletion is not yet applied. UNAPPLIED_DELETION = 313_956_873 end end |
#name ⇒ ::String
23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23942 class PerInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of applying this per-instance configuration on the corresponding managed instance. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH. APPLYING = 352_003_508 # The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH. DELETING = 528_602_024 # The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance. EFFECTIVE = 244_201_863 # *[Default]* The default status, when no per-instance configuration exists. NONE = 2_402_104 # The per-instance configuration is set on an instance but not been applied yet. UNAPPLIED = 483_935_140 # The per-instance configuration has been deleted, but the deletion is not yet applied. UNAPPLIED_DELETION = 313_956_873 end end |
#preserved_state ⇒ ::Google::Cloud::Compute::V1::PreservedState
23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23942 class PerInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of applying this per-instance configuration on the corresponding managed instance. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH. APPLYING = 352_003_508 # The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH. DELETING = 528_602_024 # The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance. EFFECTIVE = 244_201_863 # *[Default]* The default status, when no per-instance configuration exists. NONE = 2_402_104 # The per-instance configuration is set on an instance but not been applied yet. UNAPPLIED = 483_935_140 # The per-instance configuration has been deleted, but the deletion is not yet applied. UNAPPLIED_DELETION = 313_956_873 end end |
#status ⇒ ::String
23942 23943 23944 23945 23946 23947 23948 23949 23950 23951 23952 23953 23954 23955 23956 23957 23958 23959 23960 23961 23962 23963 23964 23965 23966 23967 23968 23969 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 23942 class PerInstanceConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The status of applying this per-instance configuration on the corresponding managed instance. module Status # A value indicating that the enum field is not set. UNDEFINED_STATUS = 0 # The per-instance configuration is being applied to the instance, but is not yet effective, possibly waiting for the instance to, for example, REFRESH. APPLYING = 352_003_508 # The per-instance configuration deletion is being applied on the instance, possibly waiting for the instance to, for example, REFRESH. DELETING = 528_602_024 # The per-instance configuration is effective on the instance, meaning that all disks, ips and metadata specified in this configuration are attached or set on the instance. EFFECTIVE = 244_201_863 # *[Default]* The default status, when no per-instance configuration exists. NONE = 2_402_104 # The per-instance configuration is set on an instance but not been applied yet. UNAPPLIED = 483_935_140 # The per-instance configuration has been deleted, but the deletion is not yet applied. UNAPPLIED_DELETION = 313_956_873 end end |