Class: Google::Cloud::ManagedIdentities::V1::Domain

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

Overview

Represents a managed Microsoft Active Directory domain.

Defined Under Namespace

Modules: State Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#admin::String

Returns Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, setupadmin will be used.

Returns:

  • (::String)

    Optional. The name of delegated administrator account used to perform Active Directory operations. If not specified, setupadmin will be used.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#authorized_networks::Array<::String>

Returns Optional. The full names of the Google Compute Engine networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.

Returns:

  • (::Array<::String>)

    Optional. The full names of the Google Compute Engine networks the domain instance is connected to. Networks can be added using UpdateDomain. The domain is only available on networks listed in authorized_networks. If CIDR subnets overlap between networks, domain creation will fail.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time the instance was created.

Returns:



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#fqdn::String (readonly)

Returns Output only. The fully-qualified domain name of the exposed domain used by clients to connect to the service. Similar to what would be chosen for an Active Directory set up on an internal network.

Returns:

  • (::String)

    Output only. The fully-qualified domain name of the exposed domain used by clients to connect to the service. Similar to what would be chosen for an Active Directory set up on an internal network.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#labels::Google::Protobuf::Map{::String => ::String}

Returns Optional. Resource labels that can contain user-provided metadata.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Optional. Resource labels that can contain user-provided metadata.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#locations::Array<::String>

Returns Required. Locations where domain needs to be provisioned. [regions][compute/docs/regions-zones/] e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.

Returns:

  • (::Array<::String>)

    Required. Locations where domain needs to be provisioned. [regions][compute/docs/regions-zones/] e.g. us-west1 or us-east4 Service supports up to 4 locations at once. Each location will use a /26 block.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#name::String

Returns Required. The unique name of the domain using the form: projects/{project_id}/locations/global/domains/{domain_name}.

Returns:

  • (::String)

    Required. The unique name of the domain using the form: projects/{project_id}/locations/global/domains/{domain_name}.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#reserved_ip_range::String

Returns Required. The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger. Ranges must be unique and non-overlapping with existing subnets in [Domain].[authorized_networks].

Returns:

  • (::String)

    Required. The CIDR range of internal addresses that are reserved for this domain. Reserved networks must be /24 or larger. Ranges must be unique and non-overlapping with existing subnets in [Domain].[authorized_networks].



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#state::Google::Cloud::ManagedIdentities::V1::Domain::State (readonly)

Returns Output only. The current state of this domain.

Returns:



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#status_message::String (readonly)

Returns Output only. Additional information about the current status of this domain, if available.

Returns:

  • (::String)

    Output only. Additional information about the current status of this domain, if available.



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#trusts::Array<::Google::Cloud::ManagedIdentities::V1::Trust> (readonly)

Returns Output only. The current trusts associated with the domain.

Returns:



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end

#update_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The last update time.

Returns:



77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# File 'proto_docs/google/cloud/managedidentities/v1/resource.rb', line 77

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

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class LabelsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Represents the different states of a managed domain.
  module State
    # Not set.
    STATE_UNSPECIFIED = 0

    # The domain is being created.
    CREATING = 1

    # The domain has been created and is fully usable.
    READY = 2

    # The domain's configuration is being updated.
    UPDATING = 3

    # The domain is being deleted.
    DELETING = 4

    # The domain is being repaired and may be unusable. Details
    # can be found in the `status_message` field.
    REPAIRING = 5

    # The domain is undergoing maintenance.
    PERFORMING_MAINTENANCE = 6

    # The domain is not serving requests.
    UNAVAILABLE = 7
  end
end