Class: Google::Cloud::Compute::V1::Condition

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

This is deprecated and has no effect. Do not use.

Defined Under Namespace

Modules: Iam, Op, Sys

Instance Attribute Summary collapse

Instance Attribute Details

#iam::String

Returns This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Iam enum for the list of possible values.



4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4821

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#op::String

Returns This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Op enum for the list of possible values.



4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4821

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#svc::String

Returns This is deprecated and has no effect. Do not use.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use.



4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4821

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#sys::String

Returns This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.

Returns:

  • (::String)

    This is deprecated and has no effect. Do not use. Check the Sys enum for the list of possible values.



4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4821

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end

#values::Array<::String>

Returns This is deprecated and has no effect. Do not use.

Returns:

  • (::Array<::String>)

    This is deprecated and has no effect. Do not use.



4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 4821

class Condition
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Iam
    # A value indicating that the enum field is not set.
    UNDEFINED_IAM = 0

    # This is deprecated and has no effect. Do not use.
    APPROVER = 357_258_949

    # This is deprecated and has no effect. Do not use.
    ATTRIBUTION = 232_465_503

    # This is deprecated and has no effect. Do not use.
    AUTHORITY = 504_108_835

    # This is deprecated and has no effect. Do not use.
    CREDENTIALS_TYPE = 348_222_141

    # This is deprecated and has no effect. Do not use.
    CREDS_ASSERTION = 332_343_272

    # This is deprecated and has no effect. Do not use.
    JUSTIFICATION_TYPE = 206_147_719

    # This is deprecated and has no effect. Do not use.
    SECURITY_REALM = 526_269_616
  end

  # This is deprecated and has no effect. Do not use.
  module Op
    # A value indicating that the enum field is not set.
    UNDEFINED_OP = 0

    # This is deprecated and has no effect. Do not use.
    DISCHARGED = 266_338_274

    # This is deprecated and has no effect. Do not use.
    EQUALS = 442_201_023

    # This is deprecated and has no effect. Do not use.
    IN = 2341

    # This is deprecated and has no effect. Do not use.
    NOT_EQUALS = 19_718_859

    # This is deprecated and has no effect. Do not use.
    NOT_IN = 161_144_369

    # This is deprecated and has no effect. Do not use.
    NO_OP = 74_481_951
  end

  # This is deprecated and has no effect. Do not use.
  # Additional supported values which may be not listed in the enum directly due to technical reasons:
  # NO_ATTR
  module Sys
    # A value indicating that the enum field is not set.
    UNDEFINED_SYS = 0

    # This is deprecated and has no effect. Do not use.
    IP = 2343

    # This is deprecated and has no effect. Do not use.
    NAME = 2_388_619

    # This is deprecated and has no effect. Do not use.
    REGION = 266_017_524

    # This is deprecated and has no effect. Do not use.
    SERVICE = 17_781_397
  end
end