Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeVpnGateway(prev *VpnGateway, ctyValue cty.Value) (resource.Managed, error)
- func DecodeVpnGateway_AmazonSideAsn(p *VpnGatewayParameters, vals map[string]cty.Value)
- func DecodeVpnGateway_Arn(p *VpnGatewayObservation, vals map[string]cty.Value)
- func DecodeVpnGateway_AvailabilityZone(p *VpnGatewayParameters, vals map[string]cty.Value)
- func DecodeVpnGateway_Tags(p *VpnGatewayParameters, vals map[string]cty.Value)
- func DecodeVpnGateway_VpcId(p *VpnGatewayParameters, vals map[string]cty.Value)
- func EncodeVpnGateway(r VpnGateway) cty.Value
- func EncodeVpnGateway_AmazonSideAsn(p VpnGatewayParameters, vals map[string]cty.Value)
- func EncodeVpnGateway_Arn(p VpnGatewayObservation, vals map[string]cty.Value)
- func EncodeVpnGateway_AvailabilityZone(p VpnGatewayParameters, vals map[string]cty.Value)
- func EncodeVpnGateway_Tags(p VpnGatewayParameters, vals map[string]cty.Value)
- func EncodeVpnGateway_VpcId(p VpnGatewayParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeVpnGateway_AmazonSideAsn(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
- func MergeVpnGateway_Arn(k *VpnGatewayObservation, p *VpnGatewayObservation, ...) bool
- func MergeVpnGateway_AvailabilityZone(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
- func MergeVpnGateway_Tags(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
- func MergeVpnGateway_VpcId(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
- type VpnGateway
- func (in *VpnGateway) DeepCopy() *VpnGateway
- func (in *VpnGateway) DeepCopyInto(out *VpnGateway)
- func (in *VpnGateway) DeepCopyObject() runtime.Object
- func (mg *VpnGateway) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *VpnGateway) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *VpnGateway) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *VpnGateway) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *VpnGateway) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *VpnGateway) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *VpnGateway) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *VpnGateway) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *VpnGateway) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *VpnGateway) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type VpnGatewayList
- type VpnGatewayObservation
- type VpnGatewayParameters
- type VpnGatewaySpec
- type VpnGatewayStatus
Constants ¶
const ( Group = "vpn-gateway.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "VpnGateway" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_vpn_gateway" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeVpnGateway ¶
func DecodeVpnGateway_AmazonSideAsn ¶
func DecodeVpnGateway_AmazonSideAsn(p *VpnGatewayParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeVpnGateway_Arn ¶
func DecodeVpnGateway_Arn(p *VpnGatewayObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeVpnGateway_AvailabilityZone ¶
func DecodeVpnGateway_AvailabilityZone(p *VpnGatewayParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeVpnGateway_Tags ¶
func DecodeVpnGateway_Tags(p *VpnGatewayParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func DecodeVpnGateway_VpcId ¶
func DecodeVpnGateway_VpcId(p *VpnGatewayParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeVpnGateway ¶
func EncodeVpnGateway(r VpnGateway) cty.Value
func EncodeVpnGateway_AmazonSideAsn ¶
func EncodeVpnGateway_AmazonSideAsn(p VpnGatewayParameters, vals map[string]cty.Value)
func EncodeVpnGateway_Arn ¶
func EncodeVpnGateway_Arn(p VpnGatewayObservation, vals map[string]cty.Value)
func EncodeVpnGateway_AvailabilityZone ¶
func EncodeVpnGateway_AvailabilityZone(p VpnGatewayParameters, vals map[string]cty.Value)
func EncodeVpnGateway_Tags ¶
func EncodeVpnGateway_Tags(p VpnGatewayParameters, vals map[string]cty.Value)
func EncodeVpnGateway_VpcId ¶
func EncodeVpnGateway_VpcId(p VpnGatewayParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeVpnGateway_AmazonSideAsn ¶
func MergeVpnGateway_AmazonSideAsn(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpnGateway_Arn ¶
func MergeVpnGateway_Arn(k *VpnGatewayObservation, p *VpnGatewayObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeVpnGateway_AvailabilityZone ¶
func MergeVpnGateway_AvailabilityZone(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeVpnGateway_Tags ¶
func MergeVpnGateway_Tags(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
func MergeVpnGateway_VpcId ¶
func MergeVpnGateway_VpcId(k *VpnGatewayParameters, p *VpnGatewayParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type VpnGateway ¶
type VpnGateway struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec VpnGatewaySpec `json:"spec"` Status VpnGatewayStatus `json:"status,omitempty"` }
VpnGateway is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*VpnGateway) DeepCopy ¶
func (in *VpnGateway) DeepCopy() *VpnGateway
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGateway.
func (*VpnGateway) DeepCopyInto ¶
func (in *VpnGateway) DeepCopyInto(out *VpnGateway)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpnGateway) DeepCopyObject ¶
func (in *VpnGateway) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpnGateway) GetCondition ¶
func (mg *VpnGateway) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this VpnGateway.
func (*VpnGateway) GetDeletionPolicy ¶
func (mg *VpnGateway) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this VpnGateway.
func (*VpnGateway) GetProviderConfigReference ¶
func (mg *VpnGateway) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this VpnGateway.
func (*VpnGateway) GetProviderReference ¶
func (mg *VpnGateway) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this VpnGateway. Deprecated: Use GetProviderConfigReference.
func (*VpnGateway) GetWriteConnectionSecretToReference ¶
func (mg *VpnGateway) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this VpnGateway.
func (*VpnGateway) SetConditions ¶
func (mg *VpnGateway) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this VpnGateway.
func (*VpnGateway) SetDeletionPolicy ¶
func (mg *VpnGateway) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this VpnGateway.
func (*VpnGateway) SetProviderConfigReference ¶
func (mg *VpnGateway) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this VpnGateway.
func (*VpnGateway) SetProviderReference ¶
func (mg *VpnGateway) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this VpnGateway. Deprecated: Use SetProviderConfigReference.
func (*VpnGateway) SetWriteConnectionSecretToReference ¶
func (mg *VpnGateway) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this VpnGateway.
type VpnGatewayList ¶
type VpnGatewayList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []VpnGateway `json:"items"` }
VpnGateway contains a list of VpnGatewayList
func (*VpnGatewayList) DeepCopy ¶
func (in *VpnGatewayList) DeepCopy() *VpnGatewayList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayList.
func (*VpnGatewayList) DeepCopyInto ¶
func (in *VpnGatewayList) DeepCopyInto(out *VpnGatewayList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*VpnGatewayList) DeepCopyObject ¶
func (in *VpnGatewayList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*VpnGatewayList) GetItems ¶
func (l *VpnGatewayList) GetItems() []resource.Managed
GetItems of this VpnGatewayList.
type VpnGatewayObservation ¶
type VpnGatewayObservation struct {
Arn string `json:"arn"`
}
A VpnGatewayObservation records the observed state of a VpnGateway
func (*VpnGatewayObservation) DeepCopy ¶
func (in *VpnGatewayObservation) DeepCopy() *VpnGatewayObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayObservation.
func (*VpnGatewayObservation) DeepCopyInto ¶
func (in *VpnGatewayObservation) DeepCopyInto(out *VpnGatewayObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewayParameters ¶
type VpnGatewayParameters struct { AmazonSideAsn string `json:"amazon_side_asn"` AvailabilityZone string `json:"availability_zone"` Tags map[string]string `json:"tags"` VpcId string `json:"vpc_id"` }
A VpnGatewayParameters defines the desired state of a VpnGateway
func (*VpnGatewayParameters) DeepCopy ¶
func (in *VpnGatewayParameters) DeepCopy() *VpnGatewayParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayParameters.
func (*VpnGatewayParameters) DeepCopyInto ¶
func (in *VpnGatewayParameters) DeepCopyInto(out *VpnGatewayParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewaySpec ¶
type VpnGatewaySpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider VpnGatewayParameters `json:"forProvider"` }
A VpnGatewaySpec defines the desired state of a VpnGateway
func (*VpnGatewaySpec) DeepCopy ¶
func (in *VpnGatewaySpec) DeepCopy() *VpnGatewaySpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewaySpec.
func (*VpnGatewaySpec) DeepCopyInto ¶
func (in *VpnGatewaySpec) DeepCopyInto(out *VpnGatewaySpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type VpnGatewayStatus ¶
type VpnGatewayStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider VpnGatewayObservation `json:"atProvider"` }
A VpnGatewayStatus defines the observed state of a VpnGateway
func (*VpnGatewayStatus) DeepCopy ¶
func (in *VpnGatewayStatus) DeepCopy() *VpnGatewayStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new VpnGatewayStatus.
func (*VpnGatewayStatus) DeepCopyInto ¶
func (in *VpnGatewayStatus) DeepCopyInto(out *VpnGatewayStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.