Google Cloud Managed Identities V1 Client - Class ReconfigureTrustRequest (2.0.5)

Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class ReconfigureTrustRequest.

Request message for ReconfigureTrust

Generated from protobuf message google.cloud.managedidentities.v1.ReconfigureTrustRequest

Namespace

Google \ Cloud \ ManagedIdentities \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource ___domain name, project name and ___location using the form: projects/{project_id}/locations/global/domains/{domain_name}

↳ target_domain_name string

Required. The fully-qualified target ___domain name which will be in trust with current ___domain.

↳ target_dns_ip_addresses array

Required. The target DNS server IP addresses to resolve the remote ___domain involved in the trust.

getName

Required. The resource ___domain name, project name and ___location using the form: projects/{project_id}/locations/global/domains/{domain_name}

Returns
Type Description
string

setName

Required. The resource ___domain name, project name and ___location using the form: projects/{project_id}/locations/global/domains/{domain_name}

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetDomainName

Required. The fully-qualified target ___domain name which will be in trust with current ___domain.

Returns
Type Description
string

setTargetDomainName

Required. The fully-qualified target ___domain name which will be in trust with current ___domain.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetDnsIpAddresses

Required. The target DNS server IP addresses to resolve the remote ___domain involved in the trust.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTargetDnsIpAddresses

Required. The target DNS server IP addresses to resolve the remote ___domain involved in the trust.

Parameter
Name Description
var string[]
Returns
Type Description
$this

static::build

Parameters
Name Description
name string

Required. The resource ___domain name, project name and ___location using the form: projects/{project_id}/locations/global/domains/{domain_name} Please see ManagedIdentitiesServiceClient::domainName() for help formatting this field.

targetDomainName string

Required. The fully-qualified target ___domain name which will be in trust with current ___domain.

targetDnsIpAddresses string[]

Required. The target DNS server IP addresses to resolve the remote ___domain involved in the trust.

Returns
Type Description
ReconfigureTrustRequest