Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeNetworkInterfaceSgAttachment(prev *NetworkInterfaceSgAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeNetworkInterfaceSgAttachment_NetworkInterfaceId(p *NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
- func DecodeNetworkInterfaceSgAttachment_SecurityGroupId(p *NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
- func EncodeNetworkInterfaceSgAttachment(r NetworkInterfaceSgAttachment) cty.Value
- func EncodeNetworkInterfaceSgAttachment_NetworkInterfaceId(p NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
- func EncodeNetworkInterfaceSgAttachment_SecurityGroupId(p NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeNetworkInterfaceSgAttachment_NetworkInterfaceId(k *NetworkInterfaceSgAttachmentParameters, ...) bool
- func MergeNetworkInterfaceSgAttachment_SecurityGroupId(k *NetworkInterfaceSgAttachmentParameters, ...) bool
- type NetworkInterfaceSgAttachment
- func (in *NetworkInterfaceSgAttachment) DeepCopy() *NetworkInterfaceSgAttachment
- func (in *NetworkInterfaceSgAttachment) DeepCopyInto(out *NetworkInterfaceSgAttachment)
- func (in *NetworkInterfaceSgAttachment) DeepCopyObject() runtime.Object
- func (mg *NetworkInterfaceSgAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *NetworkInterfaceSgAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *NetworkInterfaceSgAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *NetworkInterfaceSgAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *NetworkInterfaceSgAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *NetworkInterfaceSgAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *NetworkInterfaceSgAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *NetworkInterfaceSgAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *NetworkInterfaceSgAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *NetworkInterfaceSgAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type NetworkInterfaceSgAttachmentList
- func (in *NetworkInterfaceSgAttachmentList) DeepCopy() *NetworkInterfaceSgAttachmentList
- func (in *NetworkInterfaceSgAttachmentList) DeepCopyInto(out *NetworkInterfaceSgAttachmentList)
- func (in *NetworkInterfaceSgAttachmentList) DeepCopyObject() runtime.Object
- func (l *NetworkInterfaceSgAttachmentList) GetItems() []resource.Managed
- type NetworkInterfaceSgAttachmentObservation
- type NetworkInterfaceSgAttachmentParameters
- type NetworkInterfaceSgAttachmentSpec
- type NetworkInterfaceSgAttachmentStatus
Constants ¶
const ( Group = "network-interface-sg-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "NetworkInterfaceSgAttachment" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_network_interface_sg_attachment" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeNetworkInterfaceSgAttachment_NetworkInterfaceId ¶
func DecodeNetworkInterfaceSgAttachment_NetworkInterfaceId(p *NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeNetworkInterfaceSgAttachment_SecurityGroupId ¶
func DecodeNetworkInterfaceSgAttachment_SecurityGroupId(p *NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeNetworkInterfaceSgAttachment ¶
func EncodeNetworkInterfaceSgAttachment(r NetworkInterfaceSgAttachment) cty.Value
func EncodeNetworkInterfaceSgAttachment_NetworkInterfaceId ¶
func EncodeNetworkInterfaceSgAttachment_NetworkInterfaceId(p NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
func EncodeNetworkInterfaceSgAttachment_SecurityGroupId ¶
func EncodeNetworkInterfaceSgAttachment_SecurityGroupId(p NetworkInterfaceSgAttachmentParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeNetworkInterfaceSgAttachment_NetworkInterfaceId ¶
func MergeNetworkInterfaceSgAttachment_NetworkInterfaceId(k *NetworkInterfaceSgAttachmentParameters, p *NetworkInterfaceSgAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeNetworkInterfaceSgAttachment_SecurityGroupId ¶
func MergeNetworkInterfaceSgAttachment_SecurityGroupId(k *NetworkInterfaceSgAttachmentParameters, p *NetworkInterfaceSgAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type NetworkInterfaceSgAttachment ¶
type NetworkInterfaceSgAttachment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec NetworkInterfaceSgAttachmentSpec `json:"spec"` Status NetworkInterfaceSgAttachmentStatus `json:"status,omitempty"` }
NetworkInterfaceSgAttachment is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*NetworkInterfaceSgAttachment) DeepCopy ¶
func (in *NetworkInterfaceSgAttachment) DeepCopy() *NetworkInterfaceSgAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachment) DeepCopyInto(out *NetworkInterfaceSgAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkInterfaceSgAttachment) DeepCopyObject ¶
func (in *NetworkInterfaceSgAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NetworkInterfaceSgAttachment) GetCondition ¶
func (mg *NetworkInterfaceSgAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) GetDeletionPolicy ¶
func (mg *NetworkInterfaceSgAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) GetProviderConfigReference ¶
func (mg *NetworkInterfaceSgAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) GetProviderReference ¶
func (mg *NetworkInterfaceSgAttachment) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this NetworkInterfaceSgAttachment. Deprecated: Use GetProviderConfigReference.
func (*NetworkInterfaceSgAttachment) GetWriteConnectionSecretToReference ¶
func (mg *NetworkInterfaceSgAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) SetConditions ¶
func (mg *NetworkInterfaceSgAttachment) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) SetDeletionPolicy ¶
func (mg *NetworkInterfaceSgAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) SetProviderConfigReference ¶
func (mg *NetworkInterfaceSgAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this NetworkInterfaceSgAttachment.
func (*NetworkInterfaceSgAttachment) SetProviderReference ¶
func (mg *NetworkInterfaceSgAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this NetworkInterfaceSgAttachment. Deprecated: Use SetProviderConfigReference.
func (*NetworkInterfaceSgAttachment) SetWriteConnectionSecretToReference ¶
func (mg *NetworkInterfaceSgAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this NetworkInterfaceSgAttachment.
type NetworkInterfaceSgAttachmentList ¶
type NetworkInterfaceSgAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []NetworkInterfaceSgAttachment `json:"items"` }
NetworkInterfaceSgAttachment contains a list of NetworkInterfaceSgAttachmentList
func (*NetworkInterfaceSgAttachmentList) DeepCopy ¶
func (in *NetworkInterfaceSgAttachmentList) DeepCopy() *NetworkInterfaceSgAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentList.
func (*NetworkInterfaceSgAttachmentList) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachmentList) DeepCopyInto(out *NetworkInterfaceSgAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*NetworkInterfaceSgAttachmentList) DeepCopyObject ¶
func (in *NetworkInterfaceSgAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*NetworkInterfaceSgAttachmentList) GetItems ¶
func (l *NetworkInterfaceSgAttachmentList) GetItems() []resource.Managed
GetItems of this NetworkInterfaceSgAttachmentList.
type NetworkInterfaceSgAttachmentObservation ¶
type NetworkInterfaceSgAttachmentObservation struct{}
A NetworkInterfaceSgAttachmentObservation records the observed state of a NetworkInterfaceSgAttachment
func (*NetworkInterfaceSgAttachmentObservation) DeepCopy ¶
func (in *NetworkInterfaceSgAttachmentObservation) DeepCopy() *NetworkInterfaceSgAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentObservation.
func (*NetworkInterfaceSgAttachmentObservation) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachmentObservation) DeepCopyInto(out *NetworkInterfaceSgAttachmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkInterfaceSgAttachmentParameters ¶
type NetworkInterfaceSgAttachmentParameters struct { NetworkInterfaceId string `json:"network_interface_id"` SecurityGroupId string `json:"security_group_id"` }
A NetworkInterfaceSgAttachmentParameters defines the desired state of a NetworkInterfaceSgAttachment
func (*NetworkInterfaceSgAttachmentParameters) DeepCopy ¶
func (in *NetworkInterfaceSgAttachmentParameters) DeepCopy() *NetworkInterfaceSgAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentParameters.
func (*NetworkInterfaceSgAttachmentParameters) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachmentParameters) DeepCopyInto(out *NetworkInterfaceSgAttachmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkInterfaceSgAttachmentSpec ¶
type NetworkInterfaceSgAttachmentSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider NetworkInterfaceSgAttachmentParameters `json:"forProvider"` }
A NetworkInterfaceSgAttachmentSpec defines the desired state of a NetworkInterfaceSgAttachment
func (*NetworkInterfaceSgAttachmentSpec) DeepCopy ¶
func (in *NetworkInterfaceSgAttachmentSpec) DeepCopy() *NetworkInterfaceSgAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentSpec.
func (*NetworkInterfaceSgAttachmentSpec) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachmentSpec) DeepCopyInto(out *NetworkInterfaceSgAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type NetworkInterfaceSgAttachmentStatus ¶
type NetworkInterfaceSgAttachmentStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider NetworkInterfaceSgAttachmentObservation `json:"atProvider"` }
A NetworkInterfaceSgAttachmentStatus defines the observed state of a NetworkInterfaceSgAttachment
func (*NetworkInterfaceSgAttachmentStatus) DeepCopy ¶
func (in *NetworkInterfaceSgAttachmentStatus) DeepCopy() *NetworkInterfaceSgAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentStatus.
func (*NetworkInterfaceSgAttachmentStatus) DeepCopyInto ¶
func (in *NetworkInterfaceSgAttachmentStatus) DeepCopyInto(out *NetworkInterfaceSgAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.