...

Text file src/github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets/compute_v1beta1_computeinterconnectattachment.yaml

Documentation: github.com/GoogleCloudPlatform/k8s-config-connector/config/cloudcodesnippets

     1label: Config Connector ComputeInterconnectAttachment
     2markdownDescription: Creates yaml for a ComputeInterconnectAttachment resource
     3insertText: |
     4  apiVersion: compute.cnrm.cloud.google.com/v1beta1
     5  kind: ComputeInterconnectAttachment
     6  metadata:
     7    name: \${1:computeinterconnectattachment-name}
     8  spec:
     9    description: \${2:example interconnect attachment description}
    10    interconnect: \${3:https://www.googleapis.com/compute/v1/projects/my-project/global/interconnects/my-interconnect}
    11    adminEnabled: \${4:true}
    12    bandwidth: \${5:BPS_50M}
    13    type: \${6:DEDICATED}
    14    candidateSubnets:
    15    - \${7:169.254.0.0/16}
    16    region: \${8:us-west1}
    17    vlanTag8021q: \${9:1024}
    18    routerRef:
    19      name: \${10:computeinterconnectattachment-dep}

View as plain text