v1alpha1

package
v0.0.0-...-10a304b Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=fw.otc.jet.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "fw.otc.jet.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	FirewallGroupV2_Kind             = "FirewallGroupV2"
	FirewallGroupV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: FirewallGroupV2_Kind}.String()
	FirewallGroupV2_KindAPIVersion   = FirewallGroupV2_Kind + "." + CRDGroupVersion.String()
	FirewallGroupV2_GroupVersionKind = CRDGroupVersion.WithKind(FirewallGroupV2_Kind)
)

Repository type metadata.

View Source
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
)
View Source
var (
	PolicyV2_Kind             = "PolicyV2"
	PolicyV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: PolicyV2_Kind}.String()
	PolicyV2_KindAPIVersion   = PolicyV2_Kind + "." + CRDGroupVersion.String()
	PolicyV2_GroupVersionKind = CRDGroupVersion.WithKind(PolicyV2_Kind)
)

Repository type metadata.

View Source
var (
	RuleV2_Kind             = "RuleV2"
	RuleV2_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: RuleV2_Kind}.String()
	RuleV2_KindAPIVersion   = RuleV2_Kind + "." + CRDGroupVersion.String()
	RuleV2_GroupVersionKind = CRDGroupVersion.WithKind(RuleV2_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type FirewallGroupV2

type FirewallGroupV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              FirewallGroupV2Spec   `json:"spec"`
	Status            FirewallGroupV2Status `json:"status,omitempty"`
}

FirewallGroupV2 is the Schema for the FirewallGroupV2s API +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,otcjet}

func (*FirewallGroupV2) DeepCopy

func (in *FirewallGroupV2) DeepCopy() *FirewallGroupV2

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

func (*FirewallGroupV2) DeepCopyInto

func (in *FirewallGroupV2) DeepCopyInto(out *FirewallGroupV2)

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

func (*FirewallGroupV2) DeepCopyObject

func (in *FirewallGroupV2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*FirewallGroupV2) GetCondition

func (mg *FirewallGroupV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this FirewallGroupV2.

func (*FirewallGroupV2) GetConnectionDetailsMapping

func (tr *FirewallGroupV2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this FirewallGroupV2

func (*FirewallGroupV2) GetDeletionPolicy

func (mg *FirewallGroupV2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this FirewallGroupV2.

func (*FirewallGroupV2) GetID

func (tr *FirewallGroupV2) GetID() string

GetID returns ID of underlying Terraform resource of this FirewallGroupV2

func (*FirewallGroupV2) GetObservation

func (tr *FirewallGroupV2) GetObservation() (map[string]interface{}, error)

GetObservation of this FirewallGroupV2

func (*FirewallGroupV2) GetParameters

func (tr *FirewallGroupV2) GetParameters() (map[string]interface{}, error)

GetParameters of this FirewallGroupV2

func (*FirewallGroupV2) GetProviderConfigReference

func (mg *FirewallGroupV2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this FirewallGroupV2.

func (*FirewallGroupV2) GetProviderReference

func (mg *FirewallGroupV2) GetProviderReference() *xpv1.Reference

GetProviderReference of this FirewallGroupV2. Deprecated: Use GetProviderConfigReference.

func (*FirewallGroupV2) GetTerraformResourceType

func (mg *FirewallGroupV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this FirewallGroupV2

func (*FirewallGroupV2) GetTerraformSchemaVersion

func (tr *FirewallGroupV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*FirewallGroupV2) GetWriteConnectionSecretToReference

func (mg *FirewallGroupV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this FirewallGroupV2.

func (*FirewallGroupV2) LateInitialize

func (tr *FirewallGroupV2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this FirewallGroupV2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*FirewallGroupV2) SetConditions

func (mg *FirewallGroupV2) SetConditions(c ...xpv1.Condition)

SetConditions of this FirewallGroupV2.

func (*FirewallGroupV2) SetDeletionPolicy

func (mg *FirewallGroupV2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this FirewallGroupV2.

func (*FirewallGroupV2) SetObservation

func (tr *FirewallGroupV2) SetObservation(obs map[string]interface{}) error

SetObservation for this FirewallGroupV2

func (*FirewallGroupV2) SetParameters

func (tr *FirewallGroupV2) SetParameters(params map[string]interface{}) error

SetParameters for this FirewallGroupV2

func (*FirewallGroupV2) SetProviderConfigReference

func (mg *FirewallGroupV2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this FirewallGroupV2.

func (*FirewallGroupV2) SetProviderReference

func (mg *FirewallGroupV2) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this FirewallGroupV2. Deprecated: Use SetProviderConfigReference.

func (*FirewallGroupV2) SetWriteConnectionSecretToReference

func (mg *FirewallGroupV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this FirewallGroupV2.

type FirewallGroupV2List

type FirewallGroupV2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []FirewallGroupV2 `json:"items"`
}

FirewallGroupV2List contains a list of FirewallGroupV2s

func (*FirewallGroupV2List) DeepCopy

func (in *FirewallGroupV2List) DeepCopy() *FirewallGroupV2List

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

func (*FirewallGroupV2List) DeepCopyInto

func (in *FirewallGroupV2List) DeepCopyInto(out *FirewallGroupV2List)

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

func (*FirewallGroupV2List) DeepCopyObject

func (in *FirewallGroupV2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*FirewallGroupV2List) GetItems

func (l *FirewallGroupV2List) GetItems() []resource.Managed

GetItems of this FirewallGroupV2List.

type FirewallGroupV2Observation

type FirewallGroupV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*FirewallGroupV2Observation) DeepCopy

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

func (*FirewallGroupV2Observation) DeepCopyInto

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

type FirewallGroupV2Parameters

type FirewallGroupV2Parameters struct {

	// +kubebuilder:validation:Optional
	AdminStateUp *bool `json:"adminStateUp,omitempty" tf:"admin_state_up,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	EgressPolicyID *string `json:"egressPolicyId,omitempty" tf:"egress_policy_id,omitempty"`

	// +kubebuilder:validation:Optional
	IngressPolicyID *string `json:"ingressPolicyId,omitempty" tf:"ingress_policy_id,omitempty"`

	// +kubebuilder:validation:Optional
	Ports []*string `json:"ports,omitempty" tf:"ports,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*FirewallGroupV2Parameters) DeepCopy

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

func (*FirewallGroupV2Parameters) DeepCopyInto

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

type FirewallGroupV2Spec

type FirewallGroupV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     FirewallGroupV2Parameters `json:"forProvider"`
}

FirewallGroupV2Spec defines the desired state of FirewallGroupV2

func (*FirewallGroupV2Spec) DeepCopy

func (in *FirewallGroupV2Spec) DeepCopy() *FirewallGroupV2Spec

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

func (*FirewallGroupV2Spec) DeepCopyInto

func (in *FirewallGroupV2Spec) DeepCopyInto(out *FirewallGroupV2Spec)

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

type FirewallGroupV2Status

type FirewallGroupV2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        FirewallGroupV2Observation `json:"atProvider,omitempty"`
}

FirewallGroupV2Status defines the observed state of FirewallGroupV2.

func (*FirewallGroupV2Status) DeepCopy

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

func (*FirewallGroupV2Status) DeepCopyInto

func (in *FirewallGroupV2Status) DeepCopyInto(out *FirewallGroupV2Status)

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

type PolicyV2

type PolicyV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              PolicyV2Spec   `json:"spec"`
	Status            PolicyV2Status `json:"status,omitempty"`
}

PolicyV2 is the Schema for the PolicyV2s API +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,otcjet}

func (*PolicyV2) DeepCopy

func (in *PolicyV2) DeepCopy() *PolicyV2

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

func (*PolicyV2) DeepCopyInto

func (in *PolicyV2) DeepCopyInto(out *PolicyV2)

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

func (*PolicyV2) DeepCopyObject

func (in *PolicyV2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PolicyV2) GetCondition

func (mg *PolicyV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this PolicyV2.

func (*PolicyV2) GetConnectionDetailsMapping

func (tr *PolicyV2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this PolicyV2

func (*PolicyV2) GetDeletionPolicy

func (mg *PolicyV2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this PolicyV2.

func (*PolicyV2) GetID

func (tr *PolicyV2) GetID() string

GetID returns ID of underlying Terraform resource of this PolicyV2

func (*PolicyV2) GetObservation

func (tr *PolicyV2) GetObservation() (map[string]interface{}, error)

GetObservation of this PolicyV2

func (*PolicyV2) GetParameters

func (tr *PolicyV2) GetParameters() (map[string]interface{}, error)

GetParameters of this PolicyV2

func (*PolicyV2) GetProviderConfigReference

func (mg *PolicyV2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this PolicyV2.

func (*PolicyV2) GetProviderReference

func (mg *PolicyV2) GetProviderReference() *xpv1.Reference

GetProviderReference of this PolicyV2. Deprecated: Use GetProviderConfigReference.

func (*PolicyV2) GetTerraformResourceType

func (mg *PolicyV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this PolicyV2

func (*PolicyV2) GetTerraformSchemaVersion

func (tr *PolicyV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*PolicyV2) GetWriteConnectionSecretToReference

func (mg *PolicyV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this PolicyV2.

func (*PolicyV2) LateInitialize

func (tr *PolicyV2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this PolicyV2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*PolicyV2) SetConditions

func (mg *PolicyV2) SetConditions(c ...xpv1.Condition)

SetConditions of this PolicyV2.

func (*PolicyV2) SetDeletionPolicy

func (mg *PolicyV2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this PolicyV2.

func (*PolicyV2) SetObservation

func (tr *PolicyV2) SetObservation(obs map[string]interface{}) error

SetObservation for this PolicyV2

func (*PolicyV2) SetParameters

func (tr *PolicyV2) SetParameters(params map[string]interface{}) error

SetParameters for this PolicyV2

func (*PolicyV2) SetProviderConfigReference

func (mg *PolicyV2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this PolicyV2.

func (*PolicyV2) SetProviderReference

func (mg *PolicyV2) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this PolicyV2. Deprecated: Use SetProviderConfigReference.

func (*PolicyV2) SetWriteConnectionSecretToReference

func (mg *PolicyV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this PolicyV2.

type PolicyV2List

type PolicyV2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []PolicyV2 `json:"items"`
}

PolicyV2List contains a list of PolicyV2s

func (*PolicyV2List) DeepCopy

func (in *PolicyV2List) DeepCopy() *PolicyV2List

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

func (*PolicyV2List) DeepCopyInto

func (in *PolicyV2List) DeepCopyInto(out *PolicyV2List)

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

func (*PolicyV2List) DeepCopyObject

func (in *PolicyV2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*PolicyV2List) GetItems

func (l *PolicyV2List) GetItems() []resource.Managed

GetItems of this PolicyV2List.

type PolicyV2Observation

type PolicyV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*PolicyV2Observation) DeepCopy

func (in *PolicyV2Observation) DeepCopy() *PolicyV2Observation

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

func (*PolicyV2Observation) DeepCopyInto

func (in *PolicyV2Observation) DeepCopyInto(out *PolicyV2Observation)

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

type PolicyV2Parameters

type PolicyV2Parameters struct {

	// +kubebuilder:validation:Optional
	Audited *bool `json:"audited,omitempty" tf:"audited,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	Rules []*string `json:"rules,omitempty" tf:"rules,omitempty"`

	// +kubebuilder:validation:Optional
	Shared *bool `json:"shared,omitempty" tf:"shared,omitempty"`

	// +kubebuilder:validation:Optional
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*PolicyV2Parameters) DeepCopy

func (in *PolicyV2Parameters) DeepCopy() *PolicyV2Parameters

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

func (*PolicyV2Parameters) DeepCopyInto

func (in *PolicyV2Parameters) DeepCopyInto(out *PolicyV2Parameters)

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

type PolicyV2Spec

type PolicyV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     PolicyV2Parameters `json:"forProvider"`
}

PolicyV2Spec defines the desired state of PolicyV2

func (*PolicyV2Spec) DeepCopy

func (in *PolicyV2Spec) DeepCopy() *PolicyV2Spec

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

func (*PolicyV2Spec) DeepCopyInto

func (in *PolicyV2Spec) DeepCopyInto(out *PolicyV2Spec)

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

type PolicyV2Status

type PolicyV2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        PolicyV2Observation `json:"atProvider,omitempty"`
}

PolicyV2Status defines the observed state of PolicyV2.

func (*PolicyV2Status) DeepCopy

func (in *PolicyV2Status) DeepCopy() *PolicyV2Status

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

func (*PolicyV2Status) DeepCopyInto

func (in *PolicyV2Status) DeepCopyInto(out *PolicyV2Status)

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

type RuleV2

type RuleV2 struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	Spec              RuleV2Spec   `json:"spec"`
	Status            RuleV2Status `json:"status,omitempty"`
}

RuleV2 is the Schema for the RuleV2s API +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,otcjet}

func (*RuleV2) DeepCopy

func (in *RuleV2) DeepCopy() *RuleV2

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

func (*RuleV2) DeepCopyInto

func (in *RuleV2) DeepCopyInto(out *RuleV2)

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

func (*RuleV2) DeepCopyObject

func (in *RuleV2) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RuleV2) GetCondition

func (mg *RuleV2) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this RuleV2.

func (*RuleV2) GetConnectionDetailsMapping

func (tr *RuleV2) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this RuleV2

func (*RuleV2) GetDeletionPolicy

func (mg *RuleV2) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this RuleV2.

func (*RuleV2) GetID

func (tr *RuleV2) GetID() string

GetID returns ID of underlying Terraform resource of this RuleV2

func (*RuleV2) GetObservation

func (tr *RuleV2) GetObservation() (map[string]interface{}, error)

GetObservation of this RuleV2

func (*RuleV2) GetParameters

func (tr *RuleV2) GetParameters() (map[string]interface{}, error)

GetParameters of this RuleV2

func (*RuleV2) GetProviderConfigReference

func (mg *RuleV2) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this RuleV2.

func (*RuleV2) GetProviderReference

func (mg *RuleV2) GetProviderReference() *xpv1.Reference

GetProviderReference of this RuleV2. Deprecated: Use GetProviderConfigReference.

func (*RuleV2) GetTerraformResourceType

func (mg *RuleV2) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this RuleV2

func (*RuleV2) GetTerraformSchemaVersion

func (tr *RuleV2) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*RuleV2) GetWriteConnectionSecretToReference

func (mg *RuleV2) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this RuleV2.

func (*RuleV2) LateInitialize

func (tr *RuleV2) LateInitialize(attrs []byte) (bool, error)

LateInitialize this RuleV2 using its observed tfState. returns True if there are any spec changes for the resource.

func (*RuleV2) SetConditions

func (mg *RuleV2) SetConditions(c ...xpv1.Condition)

SetConditions of this RuleV2.

func (*RuleV2) SetDeletionPolicy

func (mg *RuleV2) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this RuleV2.

func (*RuleV2) SetObservation

func (tr *RuleV2) SetObservation(obs map[string]interface{}) error

SetObservation for this RuleV2

func (*RuleV2) SetParameters

func (tr *RuleV2) SetParameters(params map[string]interface{}) error

SetParameters for this RuleV2

func (*RuleV2) SetProviderConfigReference

func (mg *RuleV2) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this RuleV2.

func (*RuleV2) SetProviderReference

func (mg *RuleV2) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this RuleV2. Deprecated: Use SetProviderConfigReference.

func (*RuleV2) SetWriteConnectionSecretToReference

func (mg *RuleV2) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this RuleV2.

type RuleV2List

type RuleV2List struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []RuleV2 `json:"items"`
}

RuleV2List contains a list of RuleV2s

func (*RuleV2List) DeepCopy

func (in *RuleV2List) DeepCopy() *RuleV2List

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

func (*RuleV2List) DeepCopyInto

func (in *RuleV2List) DeepCopyInto(out *RuleV2List)

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

func (*RuleV2List) DeepCopyObject

func (in *RuleV2List) DeepCopyObject() runtime.Object

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*RuleV2List) GetItems

func (l *RuleV2List) GetItems() []resource.Managed

GetItems of this RuleV2List.

type RuleV2Observation

type RuleV2Observation struct {
	ID *string `json:"id,omitempty" tf:"id,omitempty"`
}

func (*RuleV2Observation) DeepCopy

func (in *RuleV2Observation) DeepCopy() *RuleV2Observation

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

func (*RuleV2Observation) DeepCopyInto

func (in *RuleV2Observation) DeepCopyInto(out *RuleV2Observation)

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

type RuleV2Parameters

type RuleV2Parameters struct {

	// +kubebuilder:validation:Required
	Action *string `json:"action" tf:"action,omitempty"`

	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// +kubebuilder:validation:Optional
	DestinationIPAddress *string `json:"destinationIpAddress,omitempty" tf:"destination_ip_address,omitempty"`

	// +kubebuilder:validation:Optional
	DestinationPort *string `json:"destinationPort,omitempty" tf:"destination_port,omitempty"`

	// +kubebuilder:validation:Optional
	Enabled *bool `json:"enabled,omitempty" tf:"enabled,omitempty"`

	// +kubebuilder:validation:Optional
	IPVersion *int64 `json:"ipVersion,omitempty" tf:"ip_version,omitempty"`

	// +kubebuilder:validation:Required
	Protocol *string `json:"protocol" tf:"protocol,omitempty"`

	// +kubebuilder:validation:Optional
	Region *string `json:"region,omitempty" tf:"region,omitempty"`

	// +kubebuilder:validation:Optional
	SourceIPAddress *string `json:"sourceIpAddress,omitempty" tf:"source_ip_address,omitempty"`

	// +kubebuilder:validation:Optional
	SourcePort *string `json:"sourcePort,omitempty" tf:"source_port,omitempty"`

	// +kubebuilder:validation:Optional
	TenantID *string `json:"tenantId,omitempty" tf:"tenant_id,omitempty"`

	// +kubebuilder:validation:Optional
	ValueSpecs map[string]string `json:"valueSpecs,omitempty" tf:"value_specs,omitempty"`
}

func (*RuleV2Parameters) DeepCopy

func (in *RuleV2Parameters) DeepCopy() *RuleV2Parameters

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

func (*RuleV2Parameters) DeepCopyInto

func (in *RuleV2Parameters) DeepCopyInto(out *RuleV2Parameters)

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

type RuleV2Spec

type RuleV2Spec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     RuleV2Parameters `json:"forProvider"`
}

RuleV2Spec defines the desired state of RuleV2

func (*RuleV2Spec) DeepCopy

func (in *RuleV2Spec) DeepCopy() *RuleV2Spec

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

func (*RuleV2Spec) DeepCopyInto

func (in *RuleV2Spec) DeepCopyInto(out *RuleV2Spec)

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

type RuleV2Status

type RuleV2Status struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        RuleV2Observation `json:"atProvider,omitempty"`
}

RuleV2Status defines the observed state of RuleV2.

func (*RuleV2Status) DeepCopy

func (in *RuleV2Status) DeepCopy() *RuleV2Status

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

func (*RuleV2Status) DeepCopyInto

func (in *RuleV2Status) DeepCopyInto(out *RuleV2Status)

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