Class HostedPrivateVirtualInterfaceAccepterState


  • public final class HostedPrivateVirtualInterfaceAccepterState
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The ARN of the virtual interface.
      • dxGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dxGatewayId()
        Returns:
        The ID of the Direct Connect gateway to which to connect the virtual interface.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
      • virtualInterfaceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> virtualInterfaceId()
        Returns:
        The ID of the Direct Connect virtual interface to accept.
      • vpnGatewayId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> vpnGatewayId()
        Returns:
        The ID of the virtual private gateway to which to connect the virtual interface.