Documentation
¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbfastudpapplicationprofile.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type LbFastUdpApplicationProfile
- func (in *LbFastUdpApplicationProfile) DeepCopy() *LbFastUdpApplicationProfile
- func (in *LbFastUdpApplicationProfile) DeepCopyInto(out *LbFastUdpApplicationProfile)
- func (in *LbFastUdpApplicationProfile) DeepCopyObject() runtime.Object
- func (mg *LbFastUdpApplicationProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbFastUdpApplicationProfile) GetConnectionDetailsMapping() map[string]string
- func (mg *LbFastUdpApplicationProfile) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbFastUdpApplicationProfile) GetID() string
- func (mg *LbFastUdpApplicationProfile) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbFastUdpApplicationProfile) GetObservation() (map[string]any, error)
- func (tr *LbFastUdpApplicationProfile) GetParameters() (map[string]any, error)
- func (mg *LbFastUdpApplicationProfile) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbFastUdpApplicationProfile) GetProviderReference() *xpv1.Reference
- func (mg *LbFastUdpApplicationProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbFastUdpApplicationProfile) GetTerraformResourceType() string
- func (tr *LbFastUdpApplicationProfile) GetTerraformSchemaVersion() int
- func (mg *LbFastUdpApplicationProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbFastUdpApplicationProfile) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbFastUdpApplicationProfile) SetConditions(c ...xpv1.Condition)
- func (mg *LbFastUdpApplicationProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbFastUdpApplicationProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbFastUdpApplicationProfile) SetObservation(obs map[string]any) error
- func (tr *LbFastUdpApplicationProfile) SetParameters(params map[string]any) error
- func (mg *LbFastUdpApplicationProfile) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbFastUdpApplicationProfile) SetProviderReference(r *xpv1.Reference)
- func (mg *LbFastUdpApplicationProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbFastUdpApplicationProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbFastUdpApplicationProfileList
- func (in *LbFastUdpApplicationProfileList) DeepCopy() *LbFastUdpApplicationProfileList
- func (in *LbFastUdpApplicationProfileList) DeepCopyInto(out *LbFastUdpApplicationProfileList)
- func (in *LbFastUdpApplicationProfileList) DeepCopyObject() runtime.Object
- func (l *LbFastUdpApplicationProfileList) GetItems() []resource.Managed
- type LbFastUdpApplicationProfileObservation
- type LbFastUdpApplicationProfileParameters
- type LbFastUdpApplicationProfileSpec
- type LbFastUdpApplicationProfileStatus
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbfastudpapplicationprofile.crossplane.io" CRDVersion = "v1alpha1" )
Package type metadata.
Variables ¶
var ( // CRDGroupVersion is the API Group Version used to register the objects CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion} // SchemeBuilder is used to add go types to the GroupVersionKind scheme SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion} // AddToScheme adds the types in this group-version to the given scheme. AddToScheme = SchemeBuilder.AddToScheme )
var ( LbFastUdpApplicationProfile_Kind = "LbFastUdpApplicationProfile" LbFastUdpApplicationProfile_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbFastUdpApplicationProfile_Kind}.String() LbFastUdpApplicationProfile_KindAPIVersion = LbFastUdpApplicationProfile_Kind + "." + CRDGroupVersion.String() LbFastUdpApplicationProfile_GroupVersionKind = CRDGroupVersion.WithKind(LbFastUdpApplicationProfile_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type LbFastUdpApplicationProfile ¶
type LbFastUdpApplicationProfile struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbFastUdpApplicationProfileSpec `json:"spec"` Status LbFastUdpApplicationProfileStatus `json:"status,omitempty"` }
LbFastUdpApplicationProfile is the Schema for the LbFastUdpApplicationProfiles API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,nsxt}
func (*LbFastUdpApplicationProfile) DeepCopy ¶
func (in *LbFastUdpApplicationProfile) DeepCopy() *LbFastUdpApplicationProfile
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfile) DeepCopyInto(out *LbFastUdpApplicationProfile)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbFastUdpApplicationProfile) DeepCopyObject ¶
func (in *LbFastUdpApplicationProfile) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbFastUdpApplicationProfile) GetCondition ¶
func (mg *LbFastUdpApplicationProfile) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) GetConnectionDetailsMapping ¶
func (tr *LbFastUdpApplicationProfile) GetConnectionDetailsMapping() map[string]string
GetConnectionDetailsMapping for this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) GetDeletionPolicy ¶
func (mg *LbFastUdpApplicationProfile) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) GetID ¶
func (tr *LbFastUdpApplicationProfile) GetID() string
GetID returns ID of underlying Terraform resource of this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) GetManagementPolicy ¶
func (mg *LbFastUdpApplicationProfile) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) GetObservation ¶
func (tr *LbFastUdpApplicationProfile) GetObservation() (map[string]any, error)
GetObservation of this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) GetParameters ¶
func (tr *LbFastUdpApplicationProfile) GetParameters() (map[string]any, error)
GetParameters of this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) GetProviderConfigReference ¶
func (mg *LbFastUdpApplicationProfile) GetProviderConfigReference() *xpv1.Reference
GetProviderConfigReference of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) GetProviderReference ¶
func (mg *LbFastUdpApplicationProfile) GetProviderReference() *xpv1.Reference
GetProviderReference of this LbFastUdpApplicationProfile. Deprecated: Use GetProviderConfigReference.
func (*LbFastUdpApplicationProfile) GetPublishConnectionDetailsTo ¶
func (mg *LbFastUdpApplicationProfile) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) GetTerraformResourceType ¶
func (mg *LbFastUdpApplicationProfile) GetTerraformResourceType() string
GetTerraformResourceType returns Terraform resource type for this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) GetTerraformSchemaVersion ¶
func (tr *LbFastUdpApplicationProfile) GetTerraformSchemaVersion() int
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbFastUdpApplicationProfile) GetWriteConnectionSecretToReference ¶
func (mg *LbFastUdpApplicationProfile) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) LateInitialize ¶
func (tr *LbFastUdpApplicationProfile) LateInitialize(attrs []byte) (bool, error)
LateInitialize this LbFastUdpApplicationProfile using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbFastUdpApplicationProfile) SetConditions ¶
func (mg *LbFastUdpApplicationProfile) SetConditions(c ...xpv1.Condition)
SetConditions of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) SetDeletionPolicy ¶
func (mg *LbFastUdpApplicationProfile) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) SetManagementPolicy ¶
func (mg *LbFastUdpApplicationProfile) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) SetObservation ¶
func (tr *LbFastUdpApplicationProfile) SetObservation(obs map[string]any) error
SetObservation for this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) SetParameters ¶
func (tr *LbFastUdpApplicationProfile) SetParameters(params map[string]any) error
SetParameters for this LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfile) SetProviderConfigReference ¶
func (mg *LbFastUdpApplicationProfile) SetProviderConfigReference(r *xpv1.Reference)
SetProviderConfigReference of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) SetProviderReference ¶
func (mg *LbFastUdpApplicationProfile) SetProviderReference(r *xpv1.Reference)
SetProviderReference of this LbFastUdpApplicationProfile. Deprecated: Use SetProviderConfigReference.
func (*LbFastUdpApplicationProfile) SetPublishConnectionDetailsTo ¶
func (mg *LbFastUdpApplicationProfile) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfile) SetWriteConnectionSecretToReference ¶
func (mg *LbFastUdpApplicationProfile) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbFastUdpApplicationProfile.
type LbFastUdpApplicationProfileList ¶
type LbFastUdpApplicationProfileList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbFastUdpApplicationProfile `json:"items"` }
LbFastUdpApplicationProfileList contains a list of LbFastUdpApplicationProfiles
func (*LbFastUdpApplicationProfileList) DeepCopy ¶
func (in *LbFastUdpApplicationProfileList) DeepCopy() *LbFastUdpApplicationProfileList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfileList.
func (*LbFastUdpApplicationProfileList) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfileList) DeepCopyInto(out *LbFastUdpApplicationProfileList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbFastUdpApplicationProfileList) DeepCopyObject ¶
func (in *LbFastUdpApplicationProfileList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbFastUdpApplicationProfileList) GetItems ¶
func (l *LbFastUdpApplicationProfileList) GetItems() []resource.Managed
GetItems of this LbFastUdpApplicationProfileList.
type LbFastUdpApplicationProfileObservation ¶
type LbFastUdpApplicationProfileObservation struct { // Description of this resource Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node HaFlowMirroring *bool `json:"haFlowMirroring,omitempty" tf:"ha_flow_mirroring,omitempty"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // Timeout in seconds to specify how long an idle UDP connection in ESTABLISHED state should be kept for this application before cleaning up IdleTimeout *float64 `json:"idleTimeout,omitempty" tf:"idle_timeout,omitempty"` // The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbFastUdpApplicationProfileObservation) DeepCopy ¶
func (in *LbFastUdpApplicationProfileObservation) DeepCopy() *LbFastUdpApplicationProfileObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfileObservation.
func (*LbFastUdpApplicationProfileObservation) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfileObservation) DeepCopyInto(out *LbFastUdpApplicationProfileObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastUdpApplicationProfileParameters ¶
type LbFastUdpApplicationProfileParameters struct { // Description of this resource // +kubebuilder:validation:Optional Description *string `json:"description,omitempty" tf:"description,omitempty"` // The display name of this resource. Defaults to ID if not set // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // A boolean flag which reflects whether flow mirroring is enabled, and all the flows to the bounded virtual server are mirrored to the standby node // +kubebuilder:validation:Optional HaFlowMirroring *bool `json:"haFlowMirroring,omitempty" tf:"ha_flow_mirroring,omitempty"` // Timeout in seconds to specify how long an idle UDP connection in ESTABLISHED state should be kept for this application before cleaning up // +kubebuilder:validation:Optional IdleTimeout *float64 `json:"idleTimeout,omitempty" tf:"idle_timeout,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbFastUdpApplicationProfileParameters) DeepCopy ¶
func (in *LbFastUdpApplicationProfileParameters) DeepCopy() *LbFastUdpApplicationProfileParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfileParameters.
func (*LbFastUdpApplicationProfileParameters) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfileParameters) DeepCopyInto(out *LbFastUdpApplicationProfileParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastUdpApplicationProfileSpec ¶
type LbFastUdpApplicationProfileSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbFastUdpApplicationProfileParameters `json:"forProvider"` }
LbFastUdpApplicationProfileSpec defines the desired state of LbFastUdpApplicationProfile
func (*LbFastUdpApplicationProfileSpec) DeepCopy ¶
func (in *LbFastUdpApplicationProfileSpec) DeepCopy() *LbFastUdpApplicationProfileSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfileSpec.
func (*LbFastUdpApplicationProfileSpec) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfileSpec) DeepCopyInto(out *LbFastUdpApplicationProfileSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbFastUdpApplicationProfileStatus ¶
type LbFastUdpApplicationProfileStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbFastUdpApplicationProfileObservation `json:"atProvider,omitempty"` }
LbFastUdpApplicationProfileStatus defines the observed state of LbFastUdpApplicationProfile.
func (*LbFastUdpApplicationProfileStatus) DeepCopy ¶
func (in *LbFastUdpApplicationProfileStatus) DeepCopy() *LbFastUdpApplicationProfileStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbFastUdpApplicationProfileStatus.
func (*LbFastUdpApplicationProfileStatus) DeepCopyInto ¶
func (in *LbFastUdpApplicationProfileStatus) DeepCopyInto(out *LbFastUdpApplicationProfileStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagObservation ¶
type TagObservation struct { Scope *string `json:"scope,omitempty" tf:"scope,omitempty"` Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*TagObservation) DeepCopy ¶
func (in *TagObservation) DeepCopy() *TagObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagObservation.
func (*TagObservation) DeepCopyInto ¶
func (in *TagObservation) DeepCopyInto(out *TagObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type TagParameters ¶
type TagParameters struct { // +kubebuilder:validation:Optional Scope *string `json:"scope,omitempty" tf:"scope,omitempty"` // +kubebuilder:validation:Optional Tag *string `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*TagParameters) DeepCopy ¶
func (in *TagParameters) DeepCopy() *TagParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new TagParameters.
func (*TagParameters) DeepCopyInto ¶
func (in *TagParameters) DeepCopyInto(out *TagParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.