Documentation ¶
Overview ¶
+kubebuilder:object:generate=true +groupName=nsxtlbpool.crossplane.io +versionName=v1alpha1
Index ¶
- Constants
- Variables
- type GroupingObjectObservation
- type GroupingObjectParameters
- type LbPool
- func (in *LbPool) DeepCopy() *LbPool
- func (in *LbPool) DeepCopyInto(out *LbPool)
- func (in *LbPool) DeepCopyObject() runtime.Object
- func (mg *LbPool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
- func (tr *LbPool) GetConnectionDetailsMapping() map[string]string
- func (mg *LbPool) GetDeletionPolicy() xpv1.DeletionPolicy
- func (tr *LbPool) GetID() string
- func (mg *LbPool) GetManagementPolicy() xpv1.ManagementPolicy
- func (tr *LbPool) GetObservation() (map[string]any, error)
- func (tr *LbPool) GetParameters() (map[string]any, error)
- func (mg *LbPool) GetProviderConfigReference() *xpv1.Reference
- func (mg *LbPool) GetProviderReference() *xpv1.Reference
- func (mg *LbPool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
- func (mg *LbPool) GetTerraformResourceType() string
- func (tr *LbPool) GetTerraformSchemaVersion() int
- func (mg *LbPool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
- func (tr *LbPool) LateInitialize(attrs []byte) (bool, error)
- func (mg *LbPool) SetConditions(c ...xpv1.Condition)
- func (mg *LbPool) SetDeletionPolicy(r xpv1.DeletionPolicy)
- func (mg *LbPool) SetManagementPolicy(r xpv1.ManagementPolicy)
- func (tr *LbPool) SetObservation(obs map[string]any) error
- func (tr *LbPool) SetParameters(params map[string]any) error
- func (mg *LbPool) SetProviderConfigReference(r *xpv1.Reference)
- func (mg *LbPool) SetProviderReference(r *xpv1.Reference)
- func (mg *LbPool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
- func (mg *LbPool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
- type LbPoolList
- type LbPoolObservation
- type LbPoolParameters
- type LbPoolSpec
- type LbPoolStatus
- type MemberGroupObservation
- type MemberGroupParameters
- type MemberObservation
- type MemberParameters
- type SnatTranslationObservation
- type SnatTranslationParameters
- type TagObservation
- type TagParameters
Constants ¶
const ( CRDGroup = "nsxtlbpool.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 ( LbPool_Kind = "LbPool" LbPool_GroupKind = schema.GroupKind{Group: CRDGroup, Kind: LbPool_Kind}.String() LbPool_KindAPIVersion = LbPool_Kind + "." + CRDGroupVersion.String() LbPool_GroupVersionKind = CRDGroupVersion.WithKind(LbPool_Kind) )
Repository type metadata.
Functions ¶
This section is empty.
Types ¶
type GroupingObjectObservation ¶
type GroupingObjectObservation struct { // A boolean flag which will be set to false if the referenced NSX resource has been deleted IsValid *bool `json:"isValid,omitempty" tf:"is_valid,omitempty"` // Display name of the NSX resource TargetDisplayName *string `json:"targetDisplayName,omitempty" tf:"target_display_name,omitempty"` // Identifier of the NSX resource TargetID *string `json:"targetId,omitempty" tf:"target_id,omitempty"` // Type of the NSX resource TargetType *string `json:"targetType,omitempty" tf:"target_type,omitempty"` }
func (*GroupingObjectObservation) DeepCopy ¶
func (in *GroupingObjectObservation) DeepCopy() *GroupingObjectObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupingObjectObservation.
func (*GroupingObjectObservation) DeepCopyInto ¶
func (in *GroupingObjectObservation) DeepCopyInto(out *GroupingObjectObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GroupingObjectParameters ¶
type GroupingObjectParameters struct { // Identifier of the NSX resource // +kubebuilder:validation:Optional TargetID *string `json:"targetId,omitempty" tf:"target_id,omitempty"` // Type of the NSX resource // +kubebuilder:validation:Optional TargetType *string `json:"targetType,omitempty" tf:"target_type,omitempty"` }
func (*GroupingObjectParameters) DeepCopy ¶
func (in *GroupingObjectParameters) DeepCopy() *GroupingObjectParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GroupingObjectParameters.
func (*GroupingObjectParameters) DeepCopyInto ¶
func (in *GroupingObjectParameters) DeepCopyInto(out *GroupingObjectParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPool ¶
type LbPool struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec LbPoolSpec `json:"spec"` Status LbPoolStatus `json:"status,omitempty"` }
LbPool is the Schema for the LbPools 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 (*LbPool) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPool.
func (*LbPool) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbPool) DeepCopyObject ¶
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbPool) GetCondition ¶
func (mg *LbPool) GetCondition(ct xpv1.ConditionType) xpv1.Condition
GetCondition of this LbPool.
func (*LbPool) GetConnectionDetailsMapping ¶
GetConnectionDetailsMapping for this LbPool
func (*LbPool) GetDeletionPolicy ¶
func (mg *LbPool) GetDeletionPolicy() xpv1.DeletionPolicy
GetDeletionPolicy of this LbPool.
func (*LbPool) GetManagementPolicy ¶
func (mg *LbPool) GetManagementPolicy() xpv1.ManagementPolicy
GetManagementPolicy of this LbPool.
func (*LbPool) GetObservation ¶
GetObservation of this LbPool
func (*LbPool) GetParameters ¶
GetParameters of this LbPool
func (*LbPool) GetProviderConfigReference ¶
GetProviderConfigReference of this LbPool.
func (*LbPool) GetProviderReference ¶
GetProviderReference of this LbPool. Deprecated: Use GetProviderConfigReference.
func (*LbPool) GetPublishConnectionDetailsTo ¶
func (mg *LbPool) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo
GetPublishConnectionDetailsTo of this LbPool.
func (*LbPool) GetTerraformResourceType ¶
GetTerraformResourceType returns Terraform resource type for this LbPool
func (*LbPool) GetTerraformSchemaVersion ¶
GetTerraformSchemaVersion returns the associated Terraform schema version
func (*LbPool) GetWriteConnectionSecretToReference ¶
func (mg *LbPool) GetWriteConnectionSecretToReference() *xpv1.SecretReference
GetWriteConnectionSecretToReference of this LbPool.
func (*LbPool) LateInitialize ¶
LateInitialize this LbPool using its observed tfState. returns True if there are any spec changes for the resource.
func (*LbPool) SetConditions ¶
SetConditions of this LbPool.
func (*LbPool) SetDeletionPolicy ¶
func (mg *LbPool) SetDeletionPolicy(r xpv1.DeletionPolicy)
SetDeletionPolicy of this LbPool.
func (*LbPool) SetManagementPolicy ¶
func (mg *LbPool) SetManagementPolicy(r xpv1.ManagementPolicy)
SetManagementPolicy of this LbPool.
func (*LbPool) SetObservation ¶
SetObservation for this LbPool
func (*LbPool) SetParameters ¶
SetParameters for this LbPool
func (*LbPool) SetProviderConfigReference ¶
SetProviderConfigReference of this LbPool.
func (*LbPool) SetProviderReference ¶
SetProviderReference of this LbPool. Deprecated: Use SetProviderConfigReference.
func (*LbPool) SetPublishConnectionDetailsTo ¶
func (mg *LbPool) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)
SetPublishConnectionDetailsTo of this LbPool.
func (*LbPool) SetWriteConnectionSecretToReference ¶
func (mg *LbPool) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)
SetWriteConnectionSecretToReference of this LbPool.
type LbPoolList ¶
type LbPoolList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []LbPool `json:"items"` }
LbPoolList contains a list of LbPools
func (*LbPoolList) DeepCopy ¶
func (in *LbPoolList) DeepCopy() *LbPoolList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPoolList.
func (*LbPoolList) DeepCopyInto ¶
func (in *LbPoolList) DeepCopyInto(out *LbPoolList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*LbPoolList) DeepCopyObject ¶
func (in *LbPoolList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*LbPoolList) GetItems ¶
func (l *LbPoolList) GetItems() []resource.Managed
GetItems of this LbPoolList.
type LbPoolObservation ¶
type LbPoolObservation struct { // Active health monitor Id. If one is not set, the active healthchecks will be disabled ActiveMonitorID *string `json:"activeMonitorId,omitempty" tf:"active_monitor_id,omitempty"` // Load balancing algorithm controls how the incoming connections are distributed among the members Algorithm *string `json:"algorithm,omitempty" tf:"algorithm,omitempty"` // 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"` ID *string `json:"id,omitempty" tf:"id,omitempty"` // List of server pool members. Each pool member is identified, typically, by an IP address and a port Member []MemberObservation `json:"member,omitempty" tf:"member,omitempty"` // Dynamic pool members for the loadbalancing pool. When member group is defined, members setting should not be specified MemberGroup []MemberGroupObservation `json:"memberGroup,omitempty" tf:"member_group,omitempty"` // The minimum number of members for the pool to be considered active MinActiveMembers *float64 `json:"minActiveMembers,omitempty" tf:"min_active_members,omitempty"` // Passive health monitor Id. If one is not set, the passive healthchecks will be disabled PassiveMonitorID *string `json:"passiveMonitorId,omitempty" tf:"passive_monitor_id,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"` // SNAT translation configuration SnatTranslation []SnatTranslationObservation `json:"snatTranslation,omitempty" tf:"snat_translation,omitempty"` // TCP multiplexing allows the same TCP connection between load balancer and the backend server to be used for sending multiple client requests from different client TCP connections TCPMultiplexingEnabled *bool `json:"tcpMultiplexingEnabled,omitempty" tf:"tcp_multiplexing_enabled,omitempty"` // The maximum number of TCP connections per pool that are idly kept alive for sending future client requests TCPMultiplexingNumber *float64 `json:"tcpMultiplexingNumber,omitempty" tf:"tcp_multiplexing_number,omitempty"` // Set of opaque identifiers meaningful to the user Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbPoolObservation) DeepCopy ¶
func (in *LbPoolObservation) DeepCopy() *LbPoolObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPoolObservation.
func (*LbPoolObservation) DeepCopyInto ¶
func (in *LbPoolObservation) DeepCopyInto(out *LbPoolObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPoolParameters ¶
type LbPoolParameters struct { // Active health monitor Id. If one is not set, the active healthchecks will be disabled // +kubebuilder:validation:Optional ActiveMonitorID *string `json:"activeMonitorId,omitempty" tf:"active_monitor_id,omitempty"` // Load balancing algorithm controls how the incoming connections are distributed among the members // +kubebuilder:validation:Optional Algorithm *string `json:"algorithm,omitempty" tf:"algorithm,omitempty"` // 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"` // List of server pool members. Each pool member is identified, typically, by an IP address and a port // +kubebuilder:validation:Optional Member []MemberParameters `json:"member,omitempty" tf:"member,omitempty"` // Dynamic pool members for the loadbalancing pool. When member group is defined, members setting should not be specified // +kubebuilder:validation:Optional MemberGroup []MemberGroupParameters `json:"memberGroup,omitempty" tf:"member_group,omitempty"` // The minimum number of members for the pool to be considered active // +kubebuilder:validation:Optional MinActiveMembers *float64 `json:"minActiveMembers,omitempty" tf:"min_active_members,omitempty"` // Passive health monitor Id. If one is not set, the passive healthchecks will be disabled // +kubebuilder:validation:Optional PassiveMonitorID *string `json:"passiveMonitorId,omitempty" tf:"passive_monitor_id,omitempty"` // SNAT translation configuration // +kubebuilder:validation:Optional SnatTranslation []SnatTranslationParameters `json:"snatTranslation,omitempty" tf:"snat_translation,omitempty"` // TCP multiplexing allows the same TCP connection between load balancer and the backend server to be used for sending multiple client requests from different client TCP connections // +kubebuilder:validation:Optional TCPMultiplexingEnabled *bool `json:"tcpMultiplexingEnabled,omitempty" tf:"tcp_multiplexing_enabled,omitempty"` // The maximum number of TCP connections per pool that are idly kept alive for sending future client requests // +kubebuilder:validation:Optional TCPMultiplexingNumber *float64 `json:"tcpMultiplexingNumber,omitempty" tf:"tcp_multiplexing_number,omitempty"` // Set of opaque identifiers meaningful to the user // +kubebuilder:validation:Optional Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"` }
func (*LbPoolParameters) DeepCopy ¶
func (in *LbPoolParameters) DeepCopy() *LbPoolParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPoolParameters.
func (*LbPoolParameters) DeepCopyInto ¶
func (in *LbPoolParameters) DeepCopyInto(out *LbPoolParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPoolSpec ¶
type LbPoolSpec struct { v1.ResourceSpec `json:",inline"` ForProvider LbPoolParameters `json:"forProvider"` }
LbPoolSpec defines the desired state of LbPool
func (*LbPoolSpec) DeepCopy ¶
func (in *LbPoolSpec) DeepCopy() *LbPoolSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPoolSpec.
func (*LbPoolSpec) DeepCopyInto ¶
func (in *LbPoolSpec) DeepCopyInto(out *LbPoolSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type LbPoolStatus ¶
type LbPoolStatus struct { v1.ResourceStatus `json:",inline"` AtProvider LbPoolObservation `json:"atProvider,omitempty"` }
LbPoolStatus defines the observed state of LbPool.
func (*LbPoolStatus) DeepCopy ¶
func (in *LbPoolStatus) DeepCopy() *LbPoolStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LbPoolStatus.
func (*LbPoolStatus) DeepCopyInto ¶
func (in *LbPoolStatus) DeepCopyInto(out *LbPoolStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberGroupObservation ¶
type MemberGroupObservation struct { // Load balancer pool support grouping object as dynamic pool members. The IP list of the grouping object such as NSGroup would be used as pool member IP setting GroupingObject []GroupingObjectObservation `json:"groupingObject,omitempty" tf:"grouping_object,omitempty"` // Ip revision filter is used to filter IPv4 or IPv6 addresses from the grouping object. If the filter is not specified, both IPv4 and IPv6 addresses would be used as server IPs IPVersionFilter *string `json:"ipVersionFilter,omitempty" tf:"ip_version_filter,omitempty"` // Specifies whether to limit pool members. If false, dynamic pool can grow up to the load balancer max pool member capacity. LimitIPListSize *bool `json:"limitIpListSize,omitempty" tf:"limit_ip_list_size,omitempty"` // Limits the max number of pool members to the specified value if limit_ip_list_size is set to true, ignored otherwise. MaxIPListSize *float64 `json:"maxIpListSize,omitempty" tf:"max_ip_list_size,omitempty"` // If port is specified, all connections will be sent to this port. If unset, the same port the client connected to will be used Port *float64 `json:"port,omitempty" tf:"port,omitempty"` }
func (*MemberGroupObservation) DeepCopy ¶
func (in *MemberGroupObservation) DeepCopy() *MemberGroupObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberGroupObservation.
func (*MemberGroupObservation) DeepCopyInto ¶
func (in *MemberGroupObservation) DeepCopyInto(out *MemberGroupObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberGroupParameters ¶
type MemberGroupParameters struct { // Load balancer pool support grouping object as dynamic pool members. The IP list of the grouping object such as NSGroup would be used as pool member IP setting // +kubebuilder:validation:Required GroupingObject []GroupingObjectParameters `json:"groupingObject" tf:"grouping_object,omitempty"` // Ip revision filter is used to filter IPv4 or IPv6 addresses from the grouping object. If the filter is not specified, both IPv4 and IPv6 addresses would be used as server IPs // +kubebuilder:validation:Optional IPVersionFilter *string `json:"ipVersionFilter,omitempty" tf:"ip_version_filter,omitempty"` // Specifies whether to limit pool members. If false, dynamic pool can grow up to the load balancer max pool member capacity. // +kubebuilder:validation:Optional LimitIPListSize *bool `json:"limitIpListSize,omitempty" tf:"limit_ip_list_size,omitempty"` // Limits the max number of pool members to the specified value if limit_ip_list_size is set to true, ignored otherwise. // +kubebuilder:validation:Optional MaxIPListSize *float64 `json:"maxIpListSize,omitempty" tf:"max_ip_list_size,omitempty"` // If port is specified, all connections will be sent to this port. If unset, the same port the client connected to will be used // +kubebuilder:validation:Optional Port *float64 `json:"port,omitempty" tf:"port,omitempty"` }
func (*MemberGroupParameters) DeepCopy ¶
func (in *MemberGroupParameters) DeepCopy() *MemberGroupParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberGroupParameters.
func (*MemberGroupParameters) DeepCopyInto ¶
func (in *MemberGroupParameters) DeepCopyInto(out *MemberGroupParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberObservation ¶
type MemberObservation struct { // Member admin state AdminState *string `json:"adminState,omitempty" tf:"admin_state,omitempty"` // A boolean flag which reflects whether this is a backup pool member BackupMember *bool `json:"backupMember,omitempty" tf:"backup_member,omitempty"` // Pool member name DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // Pool member IP address IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"` // To ensure members are not overloaded, connections to a member can be capped by the load balancer. When a member reaches this limit, it is skipped during server selection. If it is not specified, it means that connections are unlimited MaxConcurrentConnections *float64 `json:"maxConcurrentConnections,omitempty" tf:"max_concurrent_connections,omitempty"` // If port is specified, all connections will be sent to this port. Only single port is supported. If unset, the same port the client connected to will be used, it could be overrode by default_pool_member_port setting in virtual server. The port should not specified for port range case Port *string `json:"port,omitempty" tf:"port,omitempty"` // Pool member weight is used for WEIGHTED_ROUND_ROBIN balancing algorithm. The weight value would be ignored in other algorithms Weight *float64 `json:"weight,omitempty" tf:"weight,omitempty"` }
func (*MemberObservation) DeepCopy ¶
func (in *MemberObservation) DeepCopy() *MemberObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberObservation.
func (*MemberObservation) DeepCopyInto ¶
func (in *MemberObservation) DeepCopyInto(out *MemberObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type MemberParameters ¶
type MemberParameters struct { // Member admin state // +kubebuilder:validation:Optional AdminState *string `json:"adminState,omitempty" tf:"admin_state,omitempty"` // A boolean flag which reflects whether this is a backup pool member // +kubebuilder:validation:Optional BackupMember *bool `json:"backupMember,omitempty" tf:"backup_member,omitempty"` // Pool member name // +kubebuilder:validation:Optional DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"` // Pool member IP address // +kubebuilder:validation:Required IPAddress *string `json:"ipAddress" tf:"ip_address,omitempty"` // To ensure members are not overloaded, connections to a member can be capped by the load balancer. When a member reaches this limit, it is skipped during server selection. If it is not specified, it means that connections are unlimited // +kubebuilder:validation:Optional MaxConcurrentConnections *float64 `json:"maxConcurrentConnections,omitempty" tf:"max_concurrent_connections,omitempty"` // If port is specified, all connections will be sent to this port. Only single port is supported. If unset, the same port the client connected to will be used, it could be overrode by default_pool_member_port setting in virtual server. The port should not specified for port range case // +kubebuilder:validation:Optional Port *string `json:"port,omitempty" tf:"port,omitempty"` // Pool member weight is used for WEIGHTED_ROUND_ROBIN balancing algorithm. The weight value would be ignored in other algorithms // +kubebuilder:validation:Optional Weight *float64 `json:"weight,omitempty" tf:"weight,omitempty"` }
func (*MemberParameters) DeepCopy ¶
func (in *MemberParameters) DeepCopy() *MemberParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemberParameters.
func (*MemberParameters) DeepCopyInto ¶
func (in *MemberParameters) DeepCopyInto(out *MemberParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SnatTranslationObservation ¶
type SnatTranslationObservation struct { // Ip address or Ip range for SNAT of type SNAT_IP_POOL IP *string `json:"ip,omitempty" tf:"ip,omitempty"` // Type of SNAT performed to ensure reverse traffic from the server can be received and processed by the loadbalancer Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*SnatTranslationObservation) DeepCopy ¶
func (in *SnatTranslationObservation) DeepCopy() *SnatTranslationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnatTranslationObservation.
func (*SnatTranslationObservation) DeepCopyInto ¶
func (in *SnatTranslationObservation) DeepCopyInto(out *SnatTranslationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type SnatTranslationParameters ¶
type SnatTranslationParameters struct { // Ip address or Ip range for SNAT of type SNAT_IP_POOL // +kubebuilder:validation:Optional IP *string `json:"ip,omitempty" tf:"ip,omitempty"` // Type of SNAT performed to ensure reverse traffic from the server can be received and processed by the loadbalancer // +kubebuilder:validation:Optional Type *string `json:"type,omitempty" tf:"type,omitempty"` }
func (*SnatTranslationParameters) DeepCopy ¶
func (in *SnatTranslationParameters) DeepCopy() *SnatTranslationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SnatTranslationParameters.
func (*SnatTranslationParameters) DeepCopyInto ¶
func (in *SnatTranslationParameters) DeepCopyInto(out *SnatTranslationParameters)
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.