v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "network-interface-sg-attachment.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
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"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeNetworkInterfaceSgAttachment

func DecodeNetworkInterfaceSgAttachment(prev *NetworkInterfaceSgAttachment, ctyValue cty.Value) (resource.Managed, error)

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachment.

func (*NetworkInterfaceSgAttachment) DeepCopyInto

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

GetCondition of this NetworkInterfaceSgAttachment.

func (*NetworkInterfaceSgAttachment) GetDeletionPolicy

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentList.

func (*NetworkInterfaceSgAttachmentList) DeepCopyInto

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

GetItems of this NetworkInterfaceSgAttachmentList.

type NetworkInterfaceSgAttachmentObservation

type NetworkInterfaceSgAttachmentObservation struct{}

A NetworkInterfaceSgAttachmentObservation records the observed state of a NetworkInterfaceSgAttachment

func (*NetworkInterfaceSgAttachmentObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentObservation.

func (*NetworkInterfaceSgAttachmentObservation) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentParameters.

func (*NetworkInterfaceSgAttachmentParameters) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentSpec.

func (*NetworkInterfaceSgAttachmentSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NetworkInterfaceSgAttachmentStatus.

func (*NetworkInterfaceSgAttachmentStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL