Class DnsPeeringConfig (1.129.0)

DnsPeeringConfig(
    *,
    domain: typing.Optional[str] = None,
    targetNetwork: typing.Optional[str] = None,
    targetProject: typing.Optional[str] = None
)

DNS peering configuration. These configurations are used to create DNS peering zones in the Vertex tenant project VPC, enabling resolution of records within the specified domain hosted in the target network's Cloud DNS.

Methods

DnsPeeringConfig

DnsPeeringConfig(
    *,
    domain: typing.Optional[str] = None,
    targetNetwork: typing.Optional[str] = None,
    targetProject: typing.Optional[str] = None
)

Create a new model by parsing and validating input data from keyword arguments.

Raises [ValidationError][pydantic_core.ValidationError] if the input data cannot be validated to form a valid model.

self is explicitly positional-only to allow self as a field name.