Class: Google::Cloud::ManagedIdentities::V1::ReconfigureTrustRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ManagedIdentities::V1::ReconfigureTrustRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb
Overview
Request message for [ReconfigureTrust][google.cloud.managedidentities.v1.ReconfigureTrust]
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#target_dns_ip_addresses ⇒ ::Array<::String>
Required.
-
#target_domain_name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource domain name, project name and location using the form:
projects/{project_id}/locations/global/domains/{domain_name}
.
218 219 220 221 |
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 218 class ReconfigureTrustRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_dns_ip_addresses ⇒ ::Array<::String>
Returns Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
218 219 220 221 |
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 218 class ReconfigureTrustRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_domain_name ⇒ ::String
Returns Required. The fully-qualified target domain name which will be in trust with current domain.
218 219 220 221 |
# File 'proto_docs/google/cloud/managedidentities/v1/managed_identities_service.rb', line 218 class ReconfigureTrustRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |